Vim Config

Minimal .vimrc settings — syntax highlighting, line numbers, and cursor line.

vimconfig

I have a set of ~/.vimrc commands that I like to use.

syntax on
set number
set cursorline