Add Neovim config file names to VimL language

Neovim uses configuration files named `.nvimrc` rather than `.vimrc`

See this PR for details neovim/neovim#330
This commit is contained in:
Shane O'Grady
2015-03-20 21:24:38 -03:00
parent 74b111501d
commit cbcadf8e45
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