Skip to content

Commit 2dd65fb

Browse files
committed
nvim: update nvim-tree config
1 parent 7e53844 commit 2dd65fb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.config/nvim/lua/user/nvim-tree.lua

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ nvim_tree.setup({
1818
update_root = false,
1919
ignore_list = {},
2020
},
21-
view = {
22-
mappings = {
23-
custom_only = false,
24-
list = {
25-
{ key = "<Space>", cb = tree_cb("preview") },
26-
},
27-
},
28-
},
2921
renderer = {
3022
highlight_git = true,
3123
},

.config/nvim/lua/user/plugins.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ return packer.startup(function(use)
6969
"nvim-tree/nvim-tree.lua",
7070
requires = {
7171
"nvim-tree/nvim-web-devicons", -- optional, for file icons
72-
},
73-
tag = "nightly", -- optional, updated every week. (see issue #1193)
72+
}
7473
})
7574

7675
-- Firefox

0 commit comments

Comments
 (0)