6 lines
97 B
Lua
6 lines
97 B
Lua
---@type LazySpec
|
|
return { {
|
|
'ray-x/lsp_signature.nvim',
|
|
opts = { always_trigger = false }
|
|
} }
|