mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 04:26:36 +00:00
Add codecompanion.nvim
This commit is contained in:
13
home.nix
13
home.nix
@@ -265,6 +265,19 @@ in
|
||||
cmp-path.enable = true;
|
||||
cmp-treesitter.enable = true;
|
||||
commentary.enable = true;
|
||||
codecompanion = {
|
||||
enable = true;
|
||||
settings = {
|
||||
interactions = {
|
||||
chat = {
|
||||
adapter = "copilot";
|
||||
};
|
||||
inline = {
|
||||
adapter = "copilot";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
diffview.enable = true;
|
||||
gitblame.enable = true;
|
||||
gitsigns.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user