chore(home-manager): rework configuration
This commit is contained in:
parent
69493a7d84
commit
a8c87655ac
5 changed files with 65 additions and 18 deletions
9
modules/home-manager/cli/neovim/files/lsp.lua
Normal file
9
modules/home-manager/cli/neovim/files/lsp.lua
Normal 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')
|
Loading…
Add table
Add a link
Reference in a new issue