feat: improve nixvim configuration

This commit is contained in:
Zhongheng Liu 2024-12-03 22:35:06 +02:00
commit b74b1ba3e4
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 39 additions and 16 deletions

View file

@ -0,0 +1,12 @@
{
plugins.lspkind = {
enable = true;
symbolMap = {
Copilot = " ";
};
extraOptions = {
maxwidth = 50;
ellipsis_char = "...";
};
};
}