13 lines
176 B
Nix
13 lines
176 B
Nix
|
{
|
||
|
plugins.lspkind = {
|
||
|
enable = true;
|
||
|
symbolMap = {
|
||
|
Copilot = "";
|
||
|
};
|
||
|
extraOptions = {
|
||
|
maxwidth = 50;
|
||
|
ellipsis_char = "...";
|
||
|
};
|
||
|
};
|
||
|
}
|