refactor(nvim): decrease pumheight

This commit is contained in:
Price Hiller 2023-08-15 22:50:20 -05:00
parent d551fdb06d
commit e3f012195a
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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