Disable vim-polyglot for compatible mode

This commit is contained in:
Adam Stankiewicz
2020-10-02 03:46:08 +02:00
parent 94ec9c38e7
commit 5bd9f16476

View File

@@ -3,6 +3,11 @@
" Maintainer: Adam Stankiewicz <sheerun@sher.pl>
" URL: https://github.com/sheerun/vim-polyglot
" We are not supporting non-compatible mode
if &compatible
finish
endif
" Listen very carefully, I will say this only once
if exists("did_load_polyglot")
finish