8 lines
124 B
Lua
8 lines
124 B
Lua
return {
|
|
'ray-x/lsp_signature.nvim',
|
|
lazy = true,
|
|
config = {
|
|
hint_prefix = '',
|
|
floating_window = false,
|
|
}
|
|
}
|