mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
15 lines
259 B
Lua
15 lines
259 B
Lua
|
return {
|
||
|
-- show function signature while typing
|
||
|
{
|
||
|
'ray-x/lsp_signature.nvim',
|
||
|
opts = {
|
||
|
bind = true,
|
||
|
handler_opts = {
|
||
|
border = "none"
|
||
|
},
|
||
|
hint_prefix = Hint_sign,
|
||
|
hint_scheme = "DiagnosticSignHint"
|
||
|
}
|
||
|
}
|
||
|
}
|