mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-15 07:15:08 +02:00
neovim: Disable lspkind (use builtin icons)
This commit is contained in:
parent
0612ab0f84
commit
860c079153
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
cmp = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue