Added lsp_signature global configuration.
This commit is contained in:
parent
5fd27078f6
commit
3a469a80b0
1 changed files with 9 additions and 0 deletions
9
lua/lsp_signature/init.lua
Normal file
9
lua/lsp_signature/init.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
require'lsp_signature'.on_attach({
|
||||||
|
bind = true,
|
||||||
|
floating_window = true,
|
||||||
|
hint_enable = true,
|
||||||
|
fix_pos = true,
|
||||||
|
handler_opts = {
|
||||||
|
border = "single" -- double, single, shadow, none
|
||||||
|
},
|
||||||
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue