nv/config/completion/lspkind.nix
2024-03-04 19:08:03 +05:30

12 lines
154 B
Nix

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