9 lines
245 B
Lua
9 lines
245 B
Lua
require'lsp_signature'.on_attach({
|
|
bind = true,
|
|
floating_window = true,
|
|
hint_enable = true,
|
|
fix_pos = true,
|
|
handler_opts = {
|
|
border = "single" -- double, single, shadow, none
|
|
},
|
|
})
|