summaryrefslogtreecommitdiff
path: root/.config/nvim/coc-settings.json
blob: 22e27a8b07f1e2c414b574c3424838c65f2a6747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "languageserver": {
    "bash": {
      "command": "bash-language-server",
      "args": [
        "start"
      ],
      "filetypes": [
        "sh",
        "PKGBUILD"
      ]
    }
  },
  "python.linting.flake8Enabled": true,
  "coc.preferences.formatOnSaveFiletypes": [
    "json"
  ]
}