all repos

dotfiles @ 6e3359255f445af9167b42367d9014da31ee0f6c

my dotfiles

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

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