Completely removed copilot from nixvim configuration
This commit is contained in:
parent
88b02f94a9
commit
3f6ab83cc6
4 changed files with 0 additions and 25 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
settings = {
|
||||
sources = [
|
||||
{name = "copilot";}
|
||||
{name = "nvim_lsp";}
|
||||
{name = "buffer";}
|
||||
{name = "path";}
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
{
|
||||
plugins.copilot-lua = {
|
||||
enable = true;
|
||||
|
||||
panel.enabled = false;
|
||||
suggestion.enabled = false;
|
||||
|
||||
filetypes = {
|
||||
yaml = false;
|
||||
markdown = false;
|
||||
help = false;
|
||||
gitcommit = false;
|
||||
gitrebase = false;
|
||||
hgcommit = false;
|
||||
svn = false;
|
||||
cvs = false;
|
||||
"." = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./cmp.nix
|
||||
./conform.nix
|
||||
./copilot.nix
|
||||
./dap.nix
|
||||
./lsp.nix
|
||||
./lspkind.nix
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
symbolMap = {
|
||||
Copilot = "";
|
||||
};
|
||||
extraOptions = {
|
||||
maxwidth = 50;
|
||||
ellipsis_char = "...";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue