mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-22 11:45:09 +02:00
12 lines
252 B
Lua
12 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
|
|
}
|