update lsp configs

This commit is contained in:
Johannes Knopp
2024-12-19 11:22:04 +01:00
parent 65045e99b8
commit ba35cf07c3
5 changed files with 25 additions and 150 deletions

View File

@ -13,6 +13,7 @@ return {
nvim_tree.setup({
filters = {
custom = { 'node_modules', '__pycache__' },
exclude = { 'secrets' },
},
update_focused_file = {
enable = true,