From e7ea3b67b3d784259cb5a8e0342579857f3aadb2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 5 Jul 2023 15:51:21 +0200 Subject: [PATCH] typos --- home/.config/nvim/nvim-tree.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/.config/nvim/nvim-tree.vim b/home/.config/nvim/nvim-tree.vim index 94ad5e7..6083ee6 100644 --- a/home/.config/nvim/nvim-tree.vim +++ b/home/.config/nvim/nvim-tree.vim @@ -1,4 +1,4 @@ -" Open NvimTree with f5" +" Open NvimTree with F5" nnoremap :NvimTreeToggle lua << EOF @@ -15,12 +15,12 @@ local function my_on_attach(bufnr) end -- default mappings - -- for some reason, this does not work well when loaded with a wsl linux. + -- 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 -- however, through magic, the default keys are loaded anyways ONLY IN WSL - -- I have made a seperate branch (wsl) for any such things - -- just use a proper linux, if possible + -- 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) -- custom mappings