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
|
||||
|
||||
-- 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
|
||||
-- cd
|
||||
|
|
Loading…
Reference in New Issue