feat(helps): remove lsp-signatures as it’s now redundant with blink.nvim
This commit is contained in:
@@ -34,18 +34,6 @@ require('lazy').setup({
|
|||||||
{ 'j-hui/fidget.nvim', opts = {} },
|
{ 'j-hui/fidget.nvim', opts = {} },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- LSP-signature
|
|
||||||
{
|
|
||||||
"ray-x/lsp_signature.nvim",
|
|
||||||
event = "InsertEnter",
|
|
||||||
opts = {
|
|
||||||
bind = true,
|
|
||||||
handler_opts = {
|
|
||||||
border = "rounded"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
config = function(_, opts) require 'lsp_signature'.setup(opts) end
|
|
||||||
},
|
|
||||||
|
|
||||||
-- DAP: Debug Adapter Protocol
|
-- DAP: Debug Adapter Protocol
|
||||||
'mfussenegger/nvim-dap',
|
'mfussenegger/nvim-dap',
|
||||||
|
Reference in New Issue
Block a user