Add copilot-vim to the build

This commit is contained in:
Greg Hellings
2024-10-10 11:28:48 -05:00
parent 85fc106ca8
commit c3f979ec05
+5
View File
@@ -77,6 +77,7 @@ in
sources = [ sources = [
{ name = "nvim_lsp"; } { name = "nvim_lsp"; }
{ name = "buffer"; group_index = 2; } { name = "buffer"; group_index = 2; }
{ name = "copilot-vim"; group_index = 2; }
{ name = "path"; gruop_index = 3; } { name = "path"; gruop_index = 3; }
]; ];
mapping = { mapping = {
@@ -88,6 +89,10 @@ in
}; };
}; };
}; };
copilot-vim = {
enable = true;
settings.workspace_folders = [ "~/src/ivr" ];
};
direnv.enable = true; direnv.enable = true;
gitgutter.enable = true; gitgutter.enable = true;
fugitive.enable = true; fugitive.enable = true;