mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim/lua/user/plugins/lsp.lua: remove ray-x/lsp_signature
This commit is contained in:
parent
3909ae2ee5
commit
76367d19b7
1 changed files with 12 additions and 11 deletions
|
|
@ -18,17 +18,18 @@ return {
|
||||||
"hrsh7th/cmp-nvim-lsp-signature-help"
|
"hrsh7th/cmp-nvim-lsp-signature-help"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
-- Using blink.nvim atm.
|
||||||
"ray-x/lsp_signature.nvim",
|
-- {
|
||||||
event = "VeryLazy",
|
-- "ray-x/lsp_signature.nvim",
|
||||||
opts = {
|
-- event = "VeryLazy",
|
||||||
hint_enable = false,
|
-- opts = {
|
||||||
fix_pos = true,
|
-- hint_enable = false,
|
||||||
handler_opts = {
|
-- fix_pos = true,
|
||||||
border = "none"
|
-- handler_opts = {
|
||||||
}
|
-- border = "none"
|
||||||
},
|
-- }
|
||||||
},
|
-- },
|
||||||
|
-- },
|
||||||
-- LSP often return markdown that neovim parses.
|
-- LSP often return markdown that neovim parses.
|
||||||
-- make sure we have a plugin that can render markdown to nicer text
|
-- make sure we have a plugin that can render markdown to nicer text
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue