Disable NeoTree
This commit is contained in:
4
lazyvim/.config/nvim/lua/plugins/neo-tree.lua
Normal file
4
lazyvim/.config/nvim/lua/plugins/neo-tree.lua
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
enabled = false,
|
||||||
|
}
|
||||||
@@ -3,6 +3,6 @@ return {
|
|||||||
dependencies = { "nvim-lua/plenary.nvim" },
|
dependencies = { "nvim-lua/plenary.nvim" },
|
||||||
opts = {},
|
opts = {},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>F", "<cmd>Yazi<cr>", desc = "Open Yazi" },
|
{ "<leader>e", "<cmd>Yazi<cr>", desc = "Open Yazi" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user