nv/config/completion/lspkind.nix

13 lines
154 B
Nix
Raw Normal View History

2024-03-04 13:38:03 +00:00
{
plugins.lspkind = {
enable = true;
symbolMap = {
};
extraOptions = {
maxwidth = 50;
ellipsis_char = "...";
};
};
}