disable nvim-lint for now

since i have none of the necessary external linting tools installed
right now
This commit is contained in:
Gered 2024-09-01 20:56:37 -04:00
parent d69ded1cd3
commit 8803e80213

View file

@ -1,4 +1,7 @@
return {
-- Change to 'true' to enable. Only do so once installing the external tool(s) associated
-- with each linter being enabled here!
return false
and {
{ -- Linting
'mfussenegger/nvim-lint',
event = { 'BufReadPre', 'BufNewFile' },
@ -52,5 +55,6 @@ return {
end,
},
}
or {}
-- vim: ts=2 sts=2 sw=2 et