typos
This commit is contained in:
parent
0b2067f6ff
commit
9ca077277b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue