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

@@ -3204,12 +3204,15 @@ VimL:
search_term: vim
aliases:
- vim
- nvim
extensions:
- .vim
filenames:
- .nvimrc
- .vimrc
- _vimrc
- gvimrc
- nvimrc
- vimrc
ace_mode: text

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