neovim: add lsp signature plugin

This commit is contained in:
Dmitriy Pleshevskiy 2024-11-24 17:16:02 +03:00
parent 070501ce10
commit a837583a39
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -83,4 +83,15 @@ let inherit (lib.nix2lua) call; in
}; };
}; };
}; };
plugin.lsp_signature-nvim = {
enable = true;
name = "lsp_signature";
setupSettings = {
bind = true;
handler_opts = {
border = "rounded";
};
};
};
} }