summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/polyglot.vim9
1 files changed, 0 insertions, 9 deletions
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("<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