[vim] grouping vim stuff deprecated in nvim

This commit is contained in:
Josh Sherman 2017-05-28 11:06:02 -05:00
parent 8c54906b23
commit d43f0ca4c0
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -2,6 +2,8 @@ if has('nvim')
filetype on
else
filetype detect
set nocompatible
set ttyfast
endif
filetype plugin on
@ -28,7 +30,6 @@ set listchars=tab:└─,trail:•
set magic
set mat=2
set nocindent
set nocompatible
set noerrorbells
set novisualbell
set number
@ -46,7 +47,6 @@ set tabstop=2
set textwidth=0
set title
set tm=500
set ttyfast
set undolevels=1000
set wildmenu
set wildmode=list:longest