dotfiles/vim/.vimrc
2022-07-11 11:33:57 -04:00

5 lines
121 B
VimL

" Enable syntax highlighting
syntax on
" Wrap cursor to the lnext line if you move it too far
set whichwrap+=<,>,h,l,[,]