vim:plugs:nrrwrgn: Add padding to small windows

This commit is contained in:
2025-11-25 17:19:34 +01:00
parent 526a37301a
commit 04d3d6e87f

View File

@@ -56,4 +56,6 @@ if exists("g:loaded_nrrw_rgn")
" Open narrow window above or to the left of the current window (default
" is topleft). See :h aboveleft etc.
let g:nrrw_topbot_leftright = 'aboveleft'
" Leave one more line of padding when the window is small
let g:nrrw_rgn_pad = 1
endif