{ "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"] } } }