feat: dotdirs for editors

This commit is contained in:
Himadri Bhattacharjee
2025-07-14 06:49:05 +05:30
parent a4b77cd40b
commit b32ed48471
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[language-server.silos]
command = "./target/debug/silos"
command = "silos"
[[language]]
name = "go"

View File

@@ -8,7 +8,7 @@
}
],
"command": [
"./target/release/silos"
"silos"
]
}
]