fix for wsl
This commit is contained in:
parent
69141f7850
commit
30205401df
|
@ -21,7 +21,7 @@ local function my_on_attach(bufnr)
|
||||||
-- 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 seperate 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
|
||||||
-- cd
|
-- cd
|
||||||
|
|
Loading…
Reference in New Issue