summaryrefslogtreecommitdiffstats
path: root/.config/nvim/coc-settings.json
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2023-10-28 08:57:35 +0000
committerjustanothercatgirl <sotov2070@gmail.com>2023-10-28 08:57:35 +0000
commit920caab3de6ca983a76dc277950158a2d9315210 (patch)
tree26256cdb8faba80bf94517a7daf3c6d6eec3d49a /.config/nvim/coc-settings.json
parent42281b986481e6d17ca64e6f7a31c6d99459d68b (diff)
removed old things
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": {
-
- }
- }
- }
-}