add neotree configs and remove redundant stuff

This commit is contained in:
2025-08-12 09:24:23 +01:00
parent e3bd8537e2
commit 7f529c4270
6 changed files with 35 additions and 43 deletions

View File

@@ -2,20 +2,18 @@
---@type LazySpec
return {
"nvim-treesitter/nvim-treesitter",
'nvim-treesitter/nvim-treesitter',
opts = {
ensure_installed = {
"bash",
"diff",
"go",
"html",
"lua",
"luadoc",
"markdown",
"markdown_inline",
"query",
"vim",
"vimdoc",
'bash',
'diff',
'html',
'luadoc',
'markdown',
'markdown_inline',
'query',
'vim',
'vimdoc',
},
},
}