.crush.json 🔗
@@ -1,11 +0,0 @@
-{
- "$schema": "./crush-schema.json",
- "lsp": {
- "Go": {
- "command": "gopls"
- }
- },
- "tui": {
- "theme": "crush"
- }
-}
Kujtim Hoxha created
.crush.json | 11 -----------
crush.json | 7 +++++++
2 files changed, 7 insertions(+), 11 deletions(-)
@@ -1,11 +0,0 @@
-{
- "$schema": "./crush-schema.json",
- "lsp": {
- "Go": {
- "command": "gopls"
- }
- },
- "tui": {
- "theme": "crush"
- }
-}
@@ -0,0 +1,7 @@
+{
+ "lsp": {
+ "Go": {
+ "command": "gopls"
+ }
+ }
+}