We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735b50d commit 7125362Copy full SHA for 7125362
lua/user/lsp/lsp-signature.lua
@@ -26,7 +26,7 @@ local cfg = {
26
hint_enable = true, -- virtual hint enable
27
hint_prefix = icons.misc.Squirrel .. " ", -- Panda for parameter
28
hint_scheme = "Comment",
29
- use_lspsaga = true, -- set to true if you want to use lspsaga popup
+ use_lspsaga = false, -- set to true if you want to use lspsaga popup
30
hi_parameter = "LspSignatureActiveParameter", -- how your parameter will be highlight
31
max_height = 12, -- max height of signature floating_window, if content is more than max_height, you can scroll down
32
-- to view the hiding contents
0 commit comments