neovim: change lsp signature settings
This commit is contained in:
parent
834ff798ea
commit
ef45c46e69
1 changed files with 6 additions and 3 deletions
|
@ -88,9 +88,12 @@ let inherit (lib.nix2lua) call; in
|
||||||
enable = true;
|
enable = true;
|
||||||
name = "lsp_signature";
|
name = "lsp_signature";
|
||||||
setupSettings = {
|
setupSettings = {
|
||||||
bind = true;
|
floating_window = false;
|
||||||
handler_opts = {
|
hint_enable = true;
|
||||||
border = "rounded";
|
hint_prefix = {
|
||||||
|
above = "↙ ";
|
||||||
|
current = "← ";
|
||||||
|
below = "↖ ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue