mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Incorporate Code Review Feedback
Co-authored-by: Jonas Holst Damtoft <Jomik@users.noreply.github.com>
This commit is contained in:
parent
6d08502cac
commit
1a30994255
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ return {
|
|||
opts = {
|
||||
linters_by_ft = {
|
||||
go = { "golangcilint" },
|
||||
gomod = { "golangcilint" },
|
||||
gowork = { "golangcilint" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue