vim customization - kowwwalski/docs GitHub Wiki

Edit ~/.vimrc as:

syntax on
filetype on
set number

(syntax highlighting, filetype autodetection, line numbers on by default)

Install yorokobi/vim-splunk as "Vim native".

Put trailing-whitespace.vim from bronson/vim-trailing-whitespace in ~/.vim/plugin/