added shortcut neotree
This commit is contained in:
@@ -10,6 +10,14 @@ return {
|
||||
'MunifTanjim/nui.nvim',
|
||||
},
|
||||
config = function()
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup({
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open", -- Map 'l' to open directories
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user