mirror of
https://github.com/davegallant/nix-config
synced 2026-03-03 08:36: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-path.enable = true;
|
||||||
cmp-treesitter.enable = true;
|
cmp-treesitter.enable = true;
|
||||||
commentary.enable = true;
|
commentary.enable = true;
|
||||||
|
codecompanion = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
interactions = {
|
||||||
|
chat = {
|
||||||
|
adapter = "copilot";
|
||||||
|
};
|
||||||
|
inline = {
|
||||||
|
adapter = "copilot";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
diffview.enable = true;
|
diffview.enable = true;
|
||||||
gitblame.enable = true;
|
gitblame.enable = true;
|
||||||
gitsigns.enable = true;
|
gitsigns.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user