Add copilot-vim to the build
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user