summarylogtreecommitdiffstats
path: root/package.json.patch
diff options
context:
space:
mode:
authorSainnhe Park2021-03-28 10:42:11 +0800
committerSainnhe Park2021-03-28 10:42:11 +0800
commit61bc626e7a0c7eeb3852d4653ecb3c891fd9fe93 (patch)
treeb70264651846880555eb591d1f44722f60fbc426 /package.json.patch
parent133ef5aff5be48ffda5bce151e1162fe91fd0840 (diff)
downloadaur-61bc626e7a0c7eeb3852d4653ecb3c891fd9fe93.tar.gz
Add gopls as depends
Diffstat (limited to 'package.json.patch')
-rw-r--r--package.json.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json.patch b/package.json.patch
new file mode 100644
index 000000000000..5b95d5b6e1c1
--- /dev/null
+++ b/package.json.patch
@@ -0,0 +1,10 @@
+--- package.json.old 2021-03-28 10:33:24.557720327 +0800
++++ package.json.new 2021-03-28 10:35:32.467725438 +0800
+@@ -87,6 +87,7 @@
+ },
+ "go.goplsPath": {
+ "type": "string",
++ "default": "/usr/bin/gopls",
+ "description": "Path to `gopls` bin (Change requires `:CocRestart`)"
+ },
+ "go.goplsArgs": {