mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-09 20:35:10 +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 = {
|
||||
plugins.lspkind.enable = true;
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
cmp.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
example = {
|
||||
|
@ -17,14 +20,13 @@
|
|||
defaults = {
|
||||
plugins.lspkind = {
|
||||
enable = true;
|
||||
mode = "symbol_text";
|
||||
preset = "codicons";
|
||||
symbolMap = null;
|
||||
settings = {
|
||||
mode = "symbol_text";
|
||||
preset = "codicons";
|
||||
symbol_map = null;
|
||||
};
|
||||
cmp = {
|
||||
enable = true;
|
||||
maxWidth = 50;
|
||||
ellipsisChar = "...";
|
||||
menu = null;
|
||||
enable = false;
|
||||
after = null;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue