Add lsp_signature, update telescope
This commit is contained in:
13
lua/plugins/lsp_signature.lua
Normal file
13
lua/plugins/lsp_signature.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
bind = true,
|
||||
handler_opts = {
|
||||
border = "rounded"
|
||||
},
|
||||
hint_enable = false
|
||||
},
|
||||
-- or use config
|
||||
-- config = function(_, opts) require'lsp_signature'.setup({you options}) end
|
||||
}
|
||||
Reference in New Issue
Block a user