chore: hijack neotree

This commit is contained in:
Dinesh Salunke 2023-06-16 02:09:45 +05:30
parent 26c6951510
commit 016c44bf71

View File

@ -2,10 +2,15 @@ return {
{ {
"nvim-neo-tree/neo-tree.nvim", "nvim-neo-tree/neo-tree.nvim",
cmd = "Neotree", cmd = "Neotree",
branch = "v2.x",
lazy = false,
dependencies = { dependencies = {
"MunifTanjim/nui.nvim" "MunifTanjim/nui.nvim"
}, },
opts = { opts = {
filesystem = {
hijack_netrw_behavior = "open_default",
},
window = { window = {
mappings = { mappings = {
["a"] = { ["a"] = {