Compare commits

...

3 Commits

3 changed files with 2 additions and 0 deletions

View File

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

View File

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