summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Le Rouzic <slerouzic@siradel.com>2024-06-10 09:44:12 +0200
committerSteven Le Rouzic <slerouzic@siradel.com>2024-06-10 09:44:12 +0200
commit158e438c9cf58c00be0b2aef2b3bd8462326815d (patch)
tree17a028f0a3725a0d8faa239874d4aa14796f68fc
parent6bf88e014d42b235c8f26b518e8027320b356c29 (diff)
Add copilot
-rw-r--r--languages.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index 7ccb50a..8e2c82c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -6,6 +6,7 @@ indent = { unit = " ", tab-width = 4 }
name = "cpp"
indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]
+language-servers = ["clangd", "copilot"]
[[language]]
name = "gas"
@@ -17,3 +18,9 @@ source = { git = "https://github.com/stevenlr/tree-sitter-gas", rev = "ea4c4d158
[language-server.clangd]
args = ["-header-insertion=never"]
+
+[language-server.copilot]
+command = "bun"
+args = ["run", "C:\\bin\\helix-gpt.js"]
+environment = { HANDLER = "copilot" }
+required-root-patterns = [".steven-copilot"]