forked from dineshsalunke/nvim-config
chore: hijack neotree
This commit is contained in:
parent
26c6951510
commit
016c44bf71
@ -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"] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user