Added lsp_signature global configuration.

This commit is contained in:
Mariano Uvalle 2021-06-30 22:06:50 -05:00
parent 5fd27078f6
commit 3a469a80b0

View 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
},
})