mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Neovim uses configuration files named `.nvimrc` rather than `.vimrc` See this PR for details neovim/neovim#330
11 lines
159 B
Plaintext
11 lines
159 B
Plaintext
set nocompatible
|
|
set ignorecase
|
|
set smartcase
|
|
set showmatch
|
|
set showcmd
|
|
|
|
syntax on
|
|
|
|
set hlsearch " Highlight searches
|
|
set incsearch " Do incremental searching
|