feat: Working on making CloudFormation and yaml linting.

This commit is contained in:
2026-04-02 09:53:47 -05:00
parent 7b64bb09ac
commit 04209e4b53
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
return {
settings = {
yaml = {
schemaStore = {
enable = true
}
}
}
}

View File

@@ -36,5 +36,6 @@ return {
})
vim.lsp.enable('gdscript')
vim.lsp.enable('cfn-lint')
end
}

View File

@@ -10,7 +10,7 @@ return {
'ansiblels', -- Ansible
'arduino_language_server', -- Arduino specific C
'bashls', -- Bash
'cfn-lint', -- Cloudformation for AWS
-- 'cfn-lint', -- Cloudformation for AWS
'clangd', -- C/C++
'intelephense', -- PHP
'lua_ls', -- Lua