remove nvim-tree default configs
This commit is contained in:
parent
254505c08a
commit
043c0f0655
|
@ -21,7 +21,8 @@ local function my_on_attach(bufnr)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- default mappings
|
-- default mappings
|
||||||
api.config.mappings.default_on_attach(bufnr)
|
-- causes weird bugs, somehow it works without that?
|
||||||
|
--api.config.mappings.default_on_attach(bufnr)
|
||||||
|
|
||||||
-- custom mappings
|
-- custom mappings
|
||||||
-- cd
|
-- cd
|
||||||
|
|
Loading…
Reference in New Issue