chore: disable neotree

This commit is contained in:
Victor Martinez 2024-01-03 16:30:22 +01:00
parent 519c098183
commit 2693207625
2 changed files with 9 additions and 0 deletions

View file

@ -38,6 +38,10 @@ require("lazy").setup({
-- disable some rtp plugins
disabled_plugins = {
"gzip",
-- "matchit",
-- "matchparen",
"netrwPlugin",
"rplugin",
"tarPlugin",
"tohtml",
"tutor",

View file

@ -5,4 +5,9 @@ return {
colorscheme = "solarized-osaka",
},
},
-- Disable side files tree
{
"nvim-neo-tree/neo-tree.nvim",
enabled = false,
},
}