refactor(nvim): decrease pumheight to 10
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 37s
This commit is contained in:
parent
eb5c348e4a
commit
baf22ac8c8
@ -142,7 +142,7 @@ M.setup = function()
|
||||
opt.fillchars:append("diff:╱")
|
||||
|
||||
-- Limit default menu height for completions
|
||||
opt.pumheight = 20
|
||||
opt.pumheight = 10
|
||||
|
||||
-- Allow per project configuration via exrc
|
||||
opt.exrc = true
|
||||
|
Loading…
Reference in New Issue
Block a user