working NixVim!
This commit is contained in:
parent
6198767e5b
commit
9d1dfa44d7
42 changed files with 774 additions and 454 deletions
|
@ -10,6 +10,7 @@
|
|||
hash = "sha256-Q+g81BQVQTY5J2c2ZWB7bjJLuNSdI0PAan+75YJ7mI0=";
|
||||
};
|
||||
in {
|
||||
programs.nixvim = {
|
||||
extraPlugins = with pkgs.vimUtils; [
|
||||
(buildVimPlugin {
|
||||
pname = "copilotchat";
|
||||
|
@ -53,4 +54,5 @@ in {
|
|||
action = "<cmd>CopilotChatCommit<cr>";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue