mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-07-27 12:01:56 +00:00
9e50e188a8
Conflicts: lib/linguist/language.rb lib/linguist/languages.yml lib/linguist/samples.json
9 lines
97 B
VimL
9 lines
97 B
VimL
set nocompatible
|
|
set ignorecase
|
|
set incsearch
|
|
set smartcase
|
|
set showmatch
|
|
set showcmd
|
|
|
|
syntax on
|