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, 9 insertions, 0 deletions
diff --git a/nvim/coc-settings.json b/nvim/coc-settings.json
new file mode 100644
index 0000000..cbac8e1
--- /dev/null
+++ b/nvim/coc-settings.json
@@ -0,0 +1,9 @@
+{
+ "languageserver": {
+ "golang": {
+ "command": "gopls",
+ "rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
+ "filetypes": ["go"]
+ }
+ }
+}