cmp,harpoon,illuminate,lspkind: added

This commit is contained in:
xinyangli 2024-08-21 23:03:46 +08:00
parent c58b1d1826
commit de8e9493c0
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
7 changed files with 106 additions and 2 deletions

12
config/lsp/lspkind.nix Normal file
View file

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