8 lines
167 B
VimL
8 lines
167 B
VimL
syntax enable
|
|
set hlsearch
|
|
set number
|
|
filetype plugin indent on
|
|
" Alternate color scheme
|
|
" https://www.vim.org/scripts/script.php?script_id=2465
|
|
colorscheme wombat256
|