mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Resolve issues with loading order, closes #571
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user