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

@@ -7,18 +7,6 @@ return {
opts = {
-- Make sure to use the names found in `:Mason`
ensure_installed = {
-- install language servers
'lua-language-server',
'gopls',
-- install formatters
'stylua',
'goimports',
-- install debuggers
-- 'debugpy',
-- "delve",
-- install any other package
'tree-sitter-cli',
},