mirror of
https://github.com/akr2002/nv.git
synced 2025-02-05 10:30:02 +00:00
add lspkind
This commit is contained in:
parent
466b79672c
commit
e50b077728
2 changed files with 13 additions and 0 deletions
12
config/completion/lspkind.nix
Normal file
12
config/completion/lspkind.nix
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
plugins.lspkind = {
|
||||||
|
enable = true;
|
||||||
|
symbolMap = {
|
||||||
|
};
|
||||||
|
extraOptions = {
|
||||||
|
maxwidth = 50;
|
||||||
|
ellipsis_char = "...";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
./colorschemes/rose-pine.nix
|
./colorschemes/rose-pine.nix
|
||||||
|
|
||||||
./completion/cmp.nix
|
./completion/cmp.nix
|
||||||
|
./completion/lspkind.nix
|
||||||
|
|
||||||
./sets.nix
|
./sets.nix
|
||||||
./dap/dap.nix
|
./dap/dap.nix
|
||||||
|
|
Loading…
Reference in a new issue