You've already forked dotfiles
Disabling nvim-lint and calls to cfn-lint for now. Found and removed the issue with completion causing odd failures on expansion.
9 lines
161 B
Lua
9 lines
161 B
Lua
return {
|
|
'mfussenegger/nvim-lint',
|
|
config = function()
|
|
require('lint').linters_by_ft = {
|
|
-- yaml = {'cfn-lint'}
|
|
}
|
|
end,
|
|
}
|