Skip to content
Snippets Groups Projects
Commit ab02fa36 authored by codecraft's avatar codecraft :crocodile:
Browse files

update nvimtree because of update

parent d104078c
No related branches found
No related tags found
No related merge requests found
...@@ -82,12 +82,6 @@ require("nvim-tree").setup({ ...@@ -82,12 +82,6 @@ require("nvim-tree").setup({
sync_root_with_cwd = true, sync_root_with_cwd = true,
view = { view = {
width = 30, width = 30,
mappings = {
list = {
{ key = "u", action = "dir_up" },
{ key = 'v', action = 'vsplit' }
},
},
}, },
filters = {}, filters = {},
renderer = { renderer = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment