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, 0 insertions, 13 deletions
diff --git a/.config/nvim/coc-settings.json b/.config/nvim/coc-settings.json
deleted file mode 100644
index e2621cd..0000000
--- a/.config/nvim/coc-settings.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "languageserver" : {
- "haskell": {
- "command": "haskell-language-server-wrapper",
- "args": ["--lsp"],
- "rootPatterns": ["*.cabal", "stack.yaml", "cabal.project", "package.yaml", "hie.yaml"],
- "filetypes": ["hs", "haskell", "lhaskell"],
- "settings": {
-
- }
- }
- }
-}