1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: adding ray-x/lsp_signature.nvim

This commit is contained in:
Henrik Hautakoski 2024-11-03 13:42:27 +01:00
parent e9de80a97e
commit 401e6f2ed0

View file

@ -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
{