Files
linguist/samples/viml/.vimrc
2012-06-22 10:09:24 -05:00

9 lines
97 B
VimL

set nocompatible
set ignorecase
set incsearch
set smartcase
set showmatch
set showcmd
syntax on