refactor(nvim): dynamically manage lsp files

This commit is contained in:
Yorick Barbanneau 2025-08-20 23:52:45 +02:00
parent 5cf651c06c
commit 50564f6eb2
Signed by: ephase
GPG key ID: 4447A19BBEDB8DBA
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')