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"] - } - } -}