1
0
nvim-config/core/split.vim

6 lines
93 B
VimL

" split the windows more 'naturally'
if has('windows')
set splitbelow
set splitright
endif