starter/lua/plugins/neotree.lua

15 lines
242 B
Lua
Raw Normal View History

2023-03-30 01:38:00 +08:00
return {
"nvim-neo-tree/neo-tree.nvim",
config = {
window = {
position = "right",
mappings = {
2023-03-31 17:06:08 +08:00
l = "open",
h = "close_node",
H = "close_all_nodes",
2023-03-30 01:38:00 +08:00
["<esc>"] = false,
},
},
},
}