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