feat(nvim): update golang-ci-lint config
This commit is contained in:
parent
cb8fd5ddd2
commit
b7ba229cf8
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
require('lspconfig').golangci_lint_ls.setup {
|
||||
--cmd = { "golangci-lint-langserver", "-debug" },
|
||||
root_dir = require("lspconfig").util.root_pattern(".git", "go.mod"),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue