mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
13 lines
154 B
Nix
13 lines
154 B
Nix
|
{
|
||
|
plugins.lspkind = {
|
||
|
enable = true;
|
||
|
symbolMap = {
|
||
|
};
|
||
|
extraOptions = {
|
||
|
maxwidth = 50;
|
||
|
ellipsis_char = "...";
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|