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;
|
||||
name = "lsp_signature";
|
||||
setupSettings = {
|
||||
bind = true;
|
||||
handler_opts = {
|
||||
border = "rounded";
|
||||
floating_window = false;
|
||||
hint_enable = true;
|
||||
hint_prefix = {
|
||||
above = "↙ ";
|
||||
current = "← ";
|
||||
below = "↖ ";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue