1
0
Fork 0
mirror of https://github.com/akr2002/nv.git synced 2025-03-14 02:39:22 +00:00
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 = "...";
};
};
}