summaryrefslogtreecommitdiff
path: root/coc-settings.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-12-21 01:58:07 +0100
committerache <ache@ache.one>2021-12-21 01:58:07 +0100
commitd0b0685eeabcd758e89ac3950e8fcd0b1ead51ad (patch)
treec6d82cf0255bda619378124b99c1ad2a8beac893 /coc-settings.json
parentAdd badwolf colorscheme (diff)
Add a lot of plugins
Diffstat (limited to 'coc-settings.json')
-rw-r--r--coc-settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json
new file mode 100644
index 0000000..7bba792
--- /dev/null
+++ b/coc-settings.json
@@ -0,0 +1,10 @@
+{
+ "languageserver": {
+ "go": {
+ "command": "gopls",
+ "rootPatterns": ["go.mod"],
+ "trace.server": "verbose",
+ "filetypes": ["go"]
+ }
+ }
+}