Skip to content

vim customization

Maksim Chinenkof edited this page Jul 22, 2026 · 1 revision

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/

Clone this wiki locally