nvim-tree comment out default keys for wsl

This commit is contained in:
Christoph J. Scherr 2023-07-05 10:17:39 +02:00
parent 3ca222f05f
commit b00fc9abf5
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ local function my_on_attach(bufnr)
-- for some reason, this does not work well when loaded with a wsl linux.
-- attempt to index field 'config' (a nil value)
-- which does not make sense, as config is a defined field of the Api variable
api.config.mappings.default_on_attach(bufnr)
--api.config.mappings.default_on_attach(bufnr)
-- custom mappings
-- cd