nvim/lua/plugins/neotree.lua

14 lines
228 B
Lua
Raw Normal View History

2024-05-19 01:01:34 -04:00
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
mappings = {
["l"] = "open", -- open folders and files with l
},
2024-05-19 01:01:34 -04:00
},
use_popups_for_input = false,
2024-05-19 01:01:34 -04:00
},
},
}