Skip to content

Commit ce4ea9c

Browse files
committed
fix: 👍 ignore timeout
1 parent 94de26c commit ce4ea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/private_dot_config/nvim/lua/plugins/config/lspconfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if not configs.golangcilsp then
4747
cmd = {'golangci-lint-langserver'},
4848
root_dir = lspconfig.util.root_pattern('.git', 'go.mod'),
4949
init_options = {
50-
command = { "golangci-lint", "run", "-j", "10", "./...", "--timeout=5m" };
50+
command = { "golangci-lint", "run", "-v", "./..." };
5151
}
5252
};
5353
}

0 commit comments

Comments
 (0)