[vim] grouping vim stuff deprecated in nvim
This commit is contained in:
parent
8c54906b23
commit
d43f0ca4c0
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,8 @@ if has('nvim')
|
||||||
filetype on
|
filetype on
|
||||||
else
|
else
|
||||||
filetype detect
|
filetype detect
|
||||||
|
set nocompatible
|
||||||
|
set ttyfast
|
||||||
endif
|
endif
|
||||||
|
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
@ -28,7 +30,6 @@ set listchars=tab:└─,trail:•
|
||||||
set magic
|
set magic
|
||||||
set mat=2
|
set mat=2
|
||||||
set nocindent
|
set nocindent
|
||||||
set nocompatible
|
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set novisualbell
|
set novisualbell
|
||||||
set number
|
set number
|
||||||
|
@ -46,7 +47,6 @@ set tabstop=2
|
||||||
set textwidth=0
|
set textwidth=0
|
||||||
set title
|
set title
|
||||||
set tm=500
|
set tm=500
|
||||||
set ttyfast
|
|
||||||
set undolevels=1000
|
set undolevels=1000
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set wildmode=list:longest
|
set wildmode=list:longest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue