dotfiles/vim/.vimrc

5 lines
121 B
VimL
Raw Permalink Normal View History

2022-07-11 11:33:57 -04:00
" Enable syntax highlighting
syntax on
" Wrap cursor to the lnext line if you move it too far
set whichwrap+=<,>,h,l,[,]