Add scrolloff option for completion window.

This commit is contained in:
hrsh7th
2022-10-02 19:47:01 +09:00
parent 2427d06b65
commit beb1d14c5e
5 changed files with 10 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ return function()
completion = {
border = { '', '', '', '', '', '', '', '' },
winhighlight = 'Normal:Pmenu,FloatBorder:Pmenu,CursorLine:PmenuSel,Search:None',
scrolloff = 0,
col_offset = 0,
side_padding = 1,
},