1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00

update: fixes & changes, added configs for aider and aichat

This commit is contained in:
xnm
2025-01-26 22:15:11 +02:00
parent 5b4eb9395c
commit 6d90c4c307
14 changed files with 171 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ args = ["--stdio"]
command = "helix-gpt"
args = [
"--handler", "copilot",
"--copilotApiKey", "your_api_key", # TODO: write fixme
"--copilotApiKey", "your_api_key", # FIXME
]
[language-server.lsp-ai]
@@ -22,7 +22,7 @@ args = ["--stdio"]
[[language]]
name = "rust"
language-servers = [ "rust-analyzer", "copilot" ]
language-servers = [ "rust-analyzer" ]
[language-server.rust-analyzer.config]
checkOnSave = { command = "clippy" }