Compare commits

...

3 Commits

3 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
_scratch _scratch
.direnv .direnv
.envrc .envrc
.agents

View File

@@ -208,6 +208,7 @@ setup_lsp("gopls", {
}) })
end, end,
filetypes = { "go" }, filetypes = { "go" },
cmd = { "gopls", "-remote=auto" },
settings = { settings = {
gopls = { gopls = {
buildFlags = { "-tags=e2e" }, buildFlags = { "-tags=e2e" },