refactor(nvim): dynamically manage lsp files

This commit is contained in:
Yorick Barbanneau 2025-08-20 23:52:45 +02:00
parent 5cf651c06c
commit cdd15c4304
Signed by: ephase
GPG key ID: 246042E52B41FFCF
2 changed files with 24 additions and 24 deletions

View file

@ -1,10 +0,0 @@
-- LSP configuration
vim.lsp.enable('bash')
vim.lsp.enable('go')
vim.lsp.enable('helm')
vim.lsp.enable('lua')
vim.lsp.enable('nills')
vim.lsp.enable('pylsp')
vim.lsp.enable('terraformls')
vim.lsp.enable('tflint')
vim.lsp.enable('yaml')