summaryrefslogtreecommitdiff
path: root/nvim/coc-settings.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nvim/coc-settings.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json
deleted file mode 100644
index cbac8e1..0000000
--- a/nvim/coc-settings.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "languageserver": {
- "golang": {
- "command": "gopls",
- "rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
- "filetypes": ["go"]
- }
- }
-}