nixos-config/home-manager/stvnliu/nixvim/lspkind.nix

12 lines
177 B
Nix

{
plugins.lspkind = {
enable = true;
symbolMap = {
Copilot = " ";
};
extraOptions = {
maxwidth = 50;
ellipsis_char = "...";
};
};
}