mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-22 19:54:24 +02:00
13 lines
252 B
Lua
13 lines
252 B
Lua
|
return {
|
||
|
"ray-x/lsp_signature.nvim",
|
||
|
event = "InsertEnter",
|
||
|
opts = {
|
||
|
bind = true,
|
||
|
handler_opts = {
|
||
|
border = "rounded",
|
||
|
},
|
||
|
},
|
||
|
-- or use config
|
||
|
-- config = function(_, opts) require'lsp_signature'.setup({you options}) end
|
||
|
}
|