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