disable nvim-lint for now
since i have none of the necessary external linting tools installed right now
This commit is contained in:
parent
d69ded1cd3
commit
8803e80213
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue