[vim] nvim toggle

This commit is contained in:
Josh Sherman 2017-05-27 16:16:51 -05:00
parent 5707bc4246
commit 4596218aa5
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -1,4 +1,9 @@
filetype detect if has('nvim')
filetype on
else
filetype detect
endif
filetype plugin on filetype plugin on
filetype indent on filetype indent on