From 6e1e586ee50ad34f6ec40213b03bca85c79cfc92 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 7 Feb 2021 09:55:41 +0530 Subject: better tex and haskell ftplugins --- nvim/.config/nvim/coc-settings.json | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'nvim/.config/nvim/coc-settings.json') diff --git a/nvim/.config/nvim/coc-settings.json b/nvim/.config/nvim/coc-settings.json index c5a12f1..e63d356 100644 --- a/nvim/.config/nvim/coc-settings.json +++ b/nvim/.config/nvim/coc-settings.json @@ -36,28 +36,6 @@ "cformatpath": "/bin/clang-format" } }, - "haskell": { - "command": "haskell-language-server-wrapper", - "args": ["--lsp"], - "rootPatterns": [ - "*.cabal", - "stack.yaml", - "cabal.project", - "cabal.project.local", - "package.yaml", - "hie.yaml" - ], - "filetypes": [ - "hs", - "lhs", - "haskell" - ], - "initializationOptions": { - "languageServerHaskell": { - "hlintOn": true - } - } - }, "lua": { "command": "lua-lsp", "filetypes": ["lua"] -- cgit v1.2.3