You've already forked dotfiles
feat: Working on making CloudFormation and yaml linting.
This commit is contained in:
9
nvim/after/lsp/yamlls.lua
Normal file
9
nvim/after/lsp/yamlls.lua
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
return {
|
||||||
|
settings = {
|
||||||
|
yaml = {
|
||||||
|
schemaStore = {
|
||||||
|
enable = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -36,5 +36,6 @@ return {
|
|||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.enable('gdscript')
|
vim.lsp.enable('gdscript')
|
||||||
|
vim.lsp.enable('cfn-lint')
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ return {
|
|||||||
'ansiblels', -- Ansible
|
'ansiblels', -- Ansible
|
||||||
'arduino_language_server', -- Arduino specific C
|
'arduino_language_server', -- Arduino specific C
|
||||||
'bashls', -- Bash
|
'bashls', -- Bash
|
||||||
'cfn-lint', -- Cloudformation for AWS
|
-- 'cfn-lint', -- Cloudformation for AWS
|
||||||
'clangd', -- C/C++
|
'clangd', -- C/C++
|
||||||
'intelephense', -- PHP
|
'intelephense', -- PHP
|
||||||
'lua_ls', -- Lua
|
'lua_ls', -- Lua
|
||||||
|
|||||||
Reference in New Issue
Block a user