This commit is contained in:
Christoph J. Scherr 2023-07-05 15:51:21 +02:00
parent 2bfbad0657
commit e7ea3b67b3
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
" Open NvimTree with f5" " Open NvimTree with F5"
nnoremap <F5> :NvimTreeToggle<CR> nnoremap <F5> :NvimTreeToggle<CR>
lua << EOF lua << EOF
@ -15,12 +15,12 @@ local function my_on_attach(bufnr)
end end
-- default mappings -- 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) -- attempt to index field 'config' (a nil value)
-- which does not make sense, as config is a defined field of the Api variable -- 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 -- however, through magic, the default keys are loaded anyways ONLY IN WSL
-- I have made a seperate branch (wsl) for any such things -- I have made a separate branch (wsl) for any such things
-- just use a proper linux, if possible -- just use a proper Linux, if possible
api.config.mappings.default_on_attach(bufnr) api.config.mappings.default_on_attach(bufnr)
-- custom mappings -- custom mappings