feat: Adding nvim-lint plugin and adding the cfn-lint for CloudFormation

linting.
This commit is contained in:
2026-04-16 20:00:57 -05:00
parent 56eb59f9c5
commit e79b18785a
4 changed files with 8 additions and 4 deletions

View File

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