From 560024abe07ac73b31574167653a9b94821365fb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 2 Oct 2020 00:36:09 +0200 Subject: Resolve issues with loading order, closes #571 --- plugin/polyglot.vim | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 plugin/polyglot.vim (limited to 'plugin') diff --git a/plugin/polyglot.vim b/plugin/polyglot.vim deleted file mode 100644 index ab74485f..00000000 --- a/plugin/polyglot.vim +++ /dev/null @@ -1,9 +0,0 @@ -if !exists("did_load_polyglot") - if expand(":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 -- cgit v1.2.3