mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
remove signature
there's already one provided by the lsp
This commit is contained in:
parent
cbf70bfd51
commit
9727098768
@ -17,9 +17,9 @@ return {
|
|||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
menu = { border = 'single' },
|
menu = { border = 'single' },
|
||||||
documentation = { window = { border = 'single' } },
|
documentation = { auto_show = true, auto_show_delay_ms = 50, window = { border = 'single' } },
|
||||||
},
|
},
|
||||||
signature = { window = { border = 'single' } },
|
-- signature = { enabled = true, window = { border = 'single' } },
|
||||||
appearance = {
|
appearance = {
|
||||||
-- Sets the fallback highlight groups to nvim-cmp's highlight groups
|
-- Sets the fallback highlight groups to nvim-cmp's highlight groups
|
||||||
-- Useful for when your theme doesn't support blink.cmp
|
-- Useful for when your theme doesn't support blink.cmp
|
||||||
|
Loading…
Reference in New Issue
Block a user