feat(lsp): add hints while passing arguments
- still in trial
This commit is contained in:
parent
989020e20f
commit
1f71c346f0
@ -26,6 +26,18 @@ require('lazy').setup({
|
||||
'folke/neodev.nvim',
|
||||
},
|
||||
},
|
||||
-- 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
|
||||
'mfussenegger/nvim-dap',
|
||||
|
Loading…
Reference in New Issue
Block a user