rm : doc lines from signature.nvim popups
This commit is contained in:
parent
eefee5e17d
commit
003038b2a7
|
@ -87,7 +87,7 @@ M.signature = function()
|
||||||
if present then
|
if present then
|
||||||
lspsignature.setup {
|
lspsignature.setup {
|
||||||
bind = true,
|
bind = true,
|
||||||
doc_lines = 2,
|
doc_lines = 0,
|
||||||
floating_window = true,
|
floating_window = true,
|
||||||
fix_pos = true,
|
fix_pos = true,
|
||||||
hint_enable = true,
|
hint_enable = true,
|
||||||
|
|
Loading…
Reference in New Issue