Configs Vimrc Vim config Enables syntax highlighting, removes compatible features, allows file searching. syntax on set number set expandtab set tabstop=4 set nocompatible filetype plugin on set path+=** set wildmenu read more