Resolve issues with loading order, closes #571

This commit is contained in:
Adam Stankiewicz
2020-10-02 00:36:09 +02:00
parent 3ad297db5c
commit 560024abe0
9 changed files with 3544 additions and 1555 deletions

View File

@@ -1,9 +0,0 @@
if !exists("did_load_polyglot")
if expand("<sfile>:p") =~# '/pack/' && (exists("did_load_filetypes") || exists("did_indent_on"))
echohl WarningMsg
echo "Improper install of vim-polyglot. Please add 'packload' to .vimrc"
echohl None
end
filetype plugin indent on
syntax enable
endif