snippets/nvim-config/coc-settings.json

12 lines
301 B
JSON
Raw Normal View History

2022-07-19 16:01:46 +00:00
{
"languageserver": {
"haskell": {
"command": "haskell-language-server-wrapper",
"args": ["--lsp"],
"rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
"filetypes": ["haskell", "lhaskell"]
}
2023-05-12 14:37:43 +00:00
},
"coc.source.iced.enable": true
2022-07-19 16:01:46 +00:00
}