-
-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
hi, I followed the plugin and it works fine in lua but not work for java。Please help me to see if the configuration is wrong
require'lsp_signature'.setup {
bind = true,
floating_window = true,
hint_enable = false,
hint_prefix = "",
extra_trigger_chars = {"(", ","},
hi_parameter = "Search",
float_window_above_cur_line = false,
log_path = vim.fn.expand("$HOME") .. ".cache/nvim/sig.log",
handler_opts = { border = 'single'},
}
I am using vim-cmp at the same time, and it works fine
Metadata
Metadata
Assignees
Labels
No labels