replace lsp_signature with better alternative
This commit is contained in:
parent
0c25dcf748
commit
f85fd2b36c
3 changed files with 2 additions and 13 deletions
|
|
@ -24,6 +24,7 @@ cmp.setup {
|
|||
{ name = 'neorg' },
|
||||
{ name = 'calc' },
|
||||
{ name = 'cmdline' },
|
||||
{ name = 'nvim_lsp_signature_help' }
|
||||
}),
|
||||
|
||||
window = {
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
local status_ok, lspsignature = pcall(require, "lsp_signature")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
lspsignature.setup {
|
||||
hint_enable = false,
|
||||
floating_window = true,
|
||||
handler_opts = {
|
||||
border = "shadow"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue