neovim: change lsp signature settings

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-28 16:46:56 +03:00
parent 834ff798ea
commit ef45c46e69
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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 = " ";
};
};
};