nvim: after/plugin/nvim-lint: Enable revive linter for go
This commit is contained in:
parent
9f415d9d4d
commit
d0b5159bd9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ vim.keymap.set('n', '<Leader>l', ':lua require(\'lint\').try_lint()<CR>', { nore
|
||||||
nvim_lint.linters_by_ft = {
|
nvim_lint.linters_by_ft = {
|
||||||
dockerfile = { 'hadolint' },
|
dockerfile = { 'hadolint' },
|
||||||
fish = { 'fish' },
|
fish = { 'fish' },
|
||||||
|
go = { 'revive' },
|
||||||
haskell = { 'hlint' },
|
haskell = { 'hlint' },
|
||||||
javascript = { 'eslint_d' },
|
javascript = { 'eslint_d' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
|
|
Loading…
Reference in a new issue