[vim] back to vim

This commit is contained in:
Josh Sherman 2017-09-07 11:08:34 -05:00
parent a1c5f0b62a
commit 94feefebdb
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
6 changed files with 9 additions and 28 deletions

View file

@ -1 +0,0 @@
vimrc

View file

@ -1,10 +1,6 @@
if has('nvim')
filetype on
else
filetype detect
set nocompatible
set ttyfast
endif
filetype detect
set nocompatible
set ttyfast
filetype plugin on
filetype indent on