nvim: after/plugin/nvim-lint: Enable revive linter for go

This commit is contained in:
Sanchayan Maity 2022-12-11 16:55:03 +05:30
parent 9f415d9d4d
commit d0b5159bd9
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ vim.keymap.set('n', '<Leader>l', ':lua require(\'lint\').try_lint()<CR>', { nore
nvim_lint.linters_by_ft = {
dockerfile = { 'hadolint' },
fish = { 'fish' },
go = { 'revive' },
haskell = { 'hlint' },
javascript = { 'eslint_d' },
lua = { 'luacheck' },