9 lines
175 B
Lua
9 lines
175 B
Lua
cfg = {
|
|
hint_prefix = " ", -- Panda for parameter
|
|
handler_opts = {
|
|
border = "single" -- double, rounded, single, shadow, none
|
|
},
|
|
}
|
|
|
|
require "lsp_signature".setup(cfg)
|