limit the number of entries in the completion menu

This commit is contained in:
Oliver Hartmann 2025-04-04 07:12:08 +00:00
parent cdfc208d3a
commit fec3bf1ed5

View File

@ -30,6 +30,7 @@ opt.relativenumber = false
opt.splitbelow = true opt.splitbelow = true
opt.splitright = true opt.splitright = true
opt.wildmode = 'longest:full,full' opt.wildmode = 'longest:full,full'
opt.pumheight = 15
opt.splitbelow = true opt.splitbelow = true
opt.splitright = true opt.splitright = true
opt.shiftwidth = indent opt.shiftwidth = indent