mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #2250 from shaneog/patch-2
Add Neovim config file names to VimL language
This commit is contained in:
10
samples/VimL/filenames/.nvimrc
Normal file
10
samples/VimL/filenames/.nvimrc
Normal 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
|
||||
Reference in New Issue
Block a user