1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/lsp.lua: remove ray-x/lsp_signature

This commit is contained in:
Henrik Hautakoski 2024-12-29 12:00:38 +01:00
parent 3909ae2ee5
commit 76367d19b7

View file

@ -18,17 +18,18 @@ 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"
}
},
},
-- Using blink.nvim atm.
-- {
-- "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
{