Files
linguist/samples/VimL/.vimrc
2012-07-23 15:52:49 -05:00

9 lines
97 B
VimL

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