Create .vimrc

This commit is contained in:
Erin 2022-07-11 11:33:57 -04:00 committed by GitHub
parent d668b6855d
commit d10d57790e

4
vim/.vimrc Normal file
View file

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