Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
9 lines
124 B
Nix
9 lines
124 B
Nix
{
|
|
plugins.lspkind = {
|
|
enable = true;
|
|
settings = {
|
|
maxwidth = 50;
|
|
ellipsis_char = "...";
|
|
};
|
|
};
|
|
}
|