nixvim/config/plugins/cmp/lspkind.nix
Patrick Michl 28d8213ebc
add config
2024-11-05 13:01:15 +01:00

10 lines
128 B
Nix

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