nvim/lua/plugins/neotree.lua

13 lines
228 B
Lua

return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
window = {
mappings = {
["l"] = "open", -- open folders and files with l
},
},
use_popups_for_input = false,
},
},
}