heavim/cfg/02-edit-options.vim

6 lines
175 B
VimL

set autoindent " Basic automatic indentation
set formatoptions+=j " Merge comments when joining lines
" Reselect after visual mode indentation
vnoremap < <gv
vnoremap > >gv