aboutsummaryrefslogtreecommitdiff
path: root/nvim/.config/nvim/coc-settings.json
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-07 04:25:41 +0000
committerAkshay <[email protected]>2021-02-07 04:25:41 +0000
commit6e1e586ee50ad34f6ec40213b03bca85c79cfc92 (patch)
treebda67ea1b4d69a9496f6ab0e6e1b42ebee29ffb0 /nvim/.config/nvim/coc-settings.json
parentcbb6464273a7d074e0103c3f6b98a99206d9ca3d (diff)
better tex and haskell ftpluginsHEADmaster
Diffstat (limited to 'nvim/.config/nvim/coc-settings.json')
-rw-r--r--nvim/.config/nvim/coc-settings.json22
1 files changed, 0 insertions, 22 deletions
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 @@
36 "cformatpath": "/bin/clang-format" 36 "cformatpath": "/bin/clang-format"
37 } 37 }
38 }, 38 },
39 "haskell": {
40 "command": "haskell-language-server-wrapper",
41 "args": ["--lsp"],
42 "rootPatterns": [
43 "*.cabal",
44 "stack.yaml",
45 "cabal.project",
46 "cabal.project.local",
47 "package.yaml",
48 "hie.yaml"
49 ],
50 "filetypes": [
51 "hs",
52 "lhs",
53 "haskell"
54 ],
55 "initializationOptions": {
56 "languageServerHaskell": {
57 "hlintOn": true
58 }
59 }
60 },
61 "lua": { 39 "lua": {
62 "command": "lua-lsp", 40 "command": "lua-lsp",
63 "filetypes": ["lua"] 41 "filetypes": ["lua"]