Skip to content

Commit 7125362

Browse files
author
singlemancombat
committed
Disable lspsaga for lsp-signature.
1 parent 735b50d commit 7125362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/user/lsp/lsp-signature.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local cfg = {
2626
hint_enable = true, -- virtual hint enable
2727
hint_prefix = icons.misc.Squirrel .. " ", -- Panda for parameter
2828
hint_scheme = "Comment",
29-
use_lspsaga = true, -- set to true if you want to use lspsaga popup
29+
use_lspsaga = false, -- set to true if you want to use lspsaga popup
3030
hi_parameter = "LspSignatureActiveParameter", -- how your parameter will be highlight
3131
max_height = 12, -- max height of signature floating_window, if content is more than max_height, you can scroll down
3232
-- to view the hiding contents

0 commit comments

Comments
 (0)