about summary refs log tree commit diff
path: root/nixos/config/coc-settings.json
blob: 1a8159e21c4bc6d7bc8e7ea0b5999600e2adc560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "suggest.noselect": true,
  "clangd.semanticHighlighting": true,
  "coc.preferences.semanticTokensHighlights": false,
  "languageserver": {
    "haskell": {
      "command": "haskell-language-server-wrapper",
      "args": ["--lsp"],
      "rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
      "filetypes": ["haskell", "lhaskell"]
    },
    "nix": {
      "command": "nil",
      "filetypes": ["nix"],
      "rootPatterns":  ["flake.nix"]
    }
  }
}