up
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
-- lint
|
||||
--
|
||||
-- An asynchronous linter plugin for Neovim (>= 0.9.5)
|
||||
-- complementary to the built-in Language Server Protocol support.
|
||||
-- nvim-lint complements the built-in language server client for languages
|
||||
-- where there are no language servers, or where standalone linters provide better results.
|
||||
--
|
||||
-- https://github.com/mfussenegger/nvim-lint
|
||||
--
|
||||
|
||||
return {
|
||||
|
||||
{ -- Linting
|
||||
'mfussenegger/nvim-lint',
|
||||
enabled = false,
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
config = function()
|
||||
local lint = require 'lint'
|
||||
|
||||
Reference in New Issue
Block a user