mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: adding ray-x/lsp_signature.nvim
This commit is contained in:
parent
e9de80a97e
commit
401e6f2ed0
1 changed files with 11 additions and 0 deletions
|
|
@ -18,6 +18,17 @@ return {
|
|||
"hrsh7th/cmp-nvim-lsp-signature-help"
|
||||
},
|
||||
},
|
||||
{
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
hint_enable = false,
|
||||
fix_pos = true,
|
||||
handler_opts = {
|
||||
border = "none"
|
||||
}
|
||||
},
|
||||
},
|
||||
-- LSP often return markdown that neovim parses.
|
||||
-- make sure we have a plugin that can render markdown to nicer text
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue