crush.json 🔗
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}
Amolith created
crush.json | 8 ++++++++
crush.json.license | 3 +++
2 files changed, 11 insertions(+)
@@ -0,0 +1,8 @@
+{
+ "$schema": "https://charm.land/crush.json",
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
+
+SPDX-License-Identifier: CC0-1.0