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:
@@ -5,7 +5,7 @@ shell = ["fish", "-c"]
|
||||
line-number = "relative"
|
||||
cursorline = true
|
||||
color-modes = true
|
||||
auto-save = true
|
||||
auto-save = false
|
||||
idle-timeout = 0
|
||||
bufferline = "multiple"
|
||||
popup-border = "popup"
|
||||
|
@@ -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" }
|
||||
|
Reference in New Issue
Block a user