Merge pull request #2250 from shaneog/patch-2

Add Neovim config file names to VimL language
This commit is contained in:
Arfon Smith
2015-03-21 16:56:00 -05:00
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
set nocompatible
set ignorecase
set smartcase
set showmatch
set showcmd
syntax on
set hlsearch " Highlight searches
set incsearch " Do incremental searching