From 20f8e92ab4c9a3ec7da2ba066f4a8a55cae4d498 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Thu, 20 Jun 2019 20:57:22 -0700 Subject: [PATCH] Delete CoC settings from non-CoC branch. --- nvim/.config/nvim/coc-settings.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 nvim/.config/nvim/coc-settings.json diff --git a/nvim/.config/nvim/coc-settings.json b/nvim/.config/nvim/coc-settings.json deleted file mode 100644 index b220c20..0000000 --- a/nvim/.config/nvim/coc-settings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "languageserver": { - "clangd": { - "command": "clangd", - "filetypes": ["c", "cpp"], - "rootPatterns": ["compile_flags.txt", "compile_commands.json" ] - }, - "haskell": { - "command": "hie-wrapper", - "filetypes": ["haskell"], - "rootPatterns": [".stack.yaml", "cabal.config", "package.yaml"] - }, - "scry": { - "command": "scry", - "filetypes": ["crystal"], - "rootPatterns": ["shard.yml"] - } - } -}