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

@@ -3203,12 +3203,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