mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-13 20:41:09 +01:00
plugins/lspkind: default cmp.enable option to plugins.cmp.enable
This commit is contained in:
parent
de1760ddfd
commit
181b295a4b
2 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
cmp.enable = false;
|
||||
};
|
||||
plugins.lspkind.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
|
|
@ -25,10 +22,6 @@
|
|||
preset = "codicons";
|
||||
symbol_map = null;
|
||||
};
|
||||
cmp = {
|
||||
enable = false;
|
||||
after = null;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue