mirror of https://github.com/LazyVim/starter
8 lines
101 B
Lua
8 lines
101 B
Lua
|
return {
|
||
|
"ray-x/lsp_signature.nvim",
|
||
|
event = "InsertEnter",
|
||
|
opts = {
|
||
|
-- cfg options
|
||
|
},
|
||
|
}
|