mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-11 21:39:50 +02:00
test/lspkind: update test
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
0049aca693
commit
a63b826efd
1 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
empty = {
|
empty = {
|
||||||
plugins.lspkind.enable = true;
|
plugins.lspkind = {
|
||||||
|
enable = true;
|
||||||
|
cmp.enable = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
example = {
|
example = {
|
||||||
|
@ -17,14 +20,13 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
plugins.lspkind = {
|
plugins.lspkind = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mode = "symbol_text";
|
settings = {
|
||||||
preset = "codicons";
|
mode = "symbol_text";
|
||||||
symbolMap = null;
|
preset = "codicons";
|
||||||
|
symbol_map = null;
|
||||||
|
};
|
||||||
cmp = {
|
cmp = {
|
||||||
enable = true;
|
enable = false;
|
||||||
maxWidth = 50;
|
|
||||||
ellipsisChar = "...";
|
|
||||||
menu = null;
|
|
||||||
after = null;
|
after = null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue