refactor(nvim): decrease pumheight
This commit is contained in:
parent
d551fdb06d
commit
e3f012195a
@ -136,7 +136,7 @@ M.setup = function()
|
||||
opt.fillchars:append("diff:╱")
|
||||
|
||||
-- Limit default menu height for completions
|
||||
opt.pumheight = 30
|
||||
opt.pumheight = 20
|
||||
|
||||
-- Allow per project configuration via exrc
|
||||
opt.exrc = true
|
||||
|
Loading…
Reference in New Issue
Block a user