all repos

dotfiles @ 50a524d

my dotfiles

config/lvim/lsp-settings/gopls.json (view raw)

1
2
3
4
5
{
  "go.lintTool": "golint",
  "go.lintOnSave": "file",
  "go.formatTool": "gofmt"
}