mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
chore: disable neotree
This commit is contained in:
parent
519c098183
commit
2693207625
2 changed files with 9 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ require("lazy").setup({
|
|||
-- disable some rtp plugins
|
||||
disabled_plugins = {
|
||||
"gzip",
|
||||
-- "matchit",
|
||||
-- "matchparen",
|
||||
"netrwPlugin",
|
||||
"rplugin",
|
||||
"tarPlugin",
|
||||
"tohtml",
|
||||
"tutor",
|
||||
|
|
|
|||
|
|
@ -5,4 +5,9 @@ return {
|
|||
colorscheme = "solarized-osaka",
|
||||
},
|
||||
},
|
||||
-- Disable side files tree
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue