summaryrefslogtreecommitdiffstats
path: root/.config/nvim/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/coc-settings.json')
-rw-r--r--.config/nvim/coc-settings.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
new file mode 100644
index 0000000..e2621cd
--- /dev/null
+++ b/.config/nvim/coc-settings.json
@@ -0,0 +1,13 @@
+{
+ "languageserver" : {
+ "haskell": {
+ "command": "haskell-language-server-wrapper",
+ "args": ["--lsp"],
+ "rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
+ "filetypes": ["hs", "haskell", "lhaskell"],
+ "settings": {
+
+ }
+ }
+ }
+}