From d43f0ca4c0e9efcf796615862ac0a337af5e97a0 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 May 2017 11:06:02 -0500 Subject: [PATCH] [vim] grouping vim stuff deprecated in nvim --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 4fdd63b..2c6d390 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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