refactor: Cleanup and stuff

This commit is contained in:
2026-04-05 21:35:11 -05:00
parent 04209e4b53
commit 821d7328c6
10 changed files with 53 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
return {
'mfussenegger/nvim-lint',
config = function()
require('lint').linters_by_ft = {
yaml = {'cfn-lint'}
}
end,
}