all repos

dotfiles @ 8aa92b589f43b9dc4968f6978a07a90cba600e00

my dotfiles

config/nvim/coc-settings.json (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
{
  "javascript.suggestionActions.enabled": false,
  "html.filetypes": ["ejs", "jst"],
  "languageserver": {
    "golang": {
      "filetypes": ["go"],
      "command": "gopls",
      "rootPatterns": ["go.mod"],
      "disableWorkspaceFolders": true
    }
  }
}