From e4fe71cac9688e5663f0479234f0afc8b4933840 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 6 Jul 2023 09:50:44 +0200 Subject: [PATCH] disable defaults for nvim-tree wsl --- home/.config/nvim/nvim-tree.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/nvim/nvim-tree.vim b/home/.config/nvim/nvim-tree.vim index 6083ee6..d49fb59 100644 --- a/home/.config/nvim/nvim-tree.vim +++ b/home/.config/nvim/nvim-tree.vim @@ -21,7 +21,7 @@ local function my_on_attach(bufnr) -- however, through magic, the default keys are loaded anyways ONLY IN WSL -- I have made a separate branch (wsl) for any such things -- just use a proper Linux, if possible - api.config.mappings.default_on_attach(bufnr) + --api.config.mappings.default_on_attach(bufnr) -- custom mappings -- cd