copilot is trash
This commit is contained in:
parent
08e4b09c11
commit
03c865238b
|
@ -9,7 +9,6 @@
|
|||
|
||||
# Completion
|
||||
./plugins/cmp/cmp.nix
|
||||
./plugins/cmp/copilot.nix
|
||||
|
||||
# Editor plugins and configurations
|
||||
./plugins/editor/autopairs.nix
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
{...}: {
|
||||
plugins.copilot-vim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
filetypes = {
|
||||
"*" = false;
|
||||
};
|
||||
workspace_folders = [
|
||||
"/home/sajenim/.repositories/dotfiles.nix/"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue