chore(home-manager): rework configuration

This commit is contained in:
Yorick Barbanneau 2025-04-18 00:34:43 +02:00
parent 69493a7d84
commit a8c87655ac
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA
5 changed files with 65 additions and 18 deletions

View file

@ -0,0 +1,9 @@
-- LSP configuration
vim.lsp.enable('bash')
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')