From f42e1f477ccc8ba4ef756b6d7d16a26686b4b75f Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Jul 2016 19:48:12 +0200 Subject: [PATCH] Add note about non-completeness of plugins, #146 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f73247f..de479ba 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ A collection of language packs for Vim. Optionally download one of the [releases](https://github.com/sheerun/vim-polyglot/releases) and unpack it directly under `~/.vim` directory. +NOTE: Not all features of listed language packs are available. We strip them from functionality slowing vim startup in general (for example we ignore `plugins` folder that is loaded regardless of file type, use `ftplugin` instead). + +If you need full functionality of any plugin, please use it directly with your plugin manager. + ## Language packs - [applescript](https://github.com/vim-scripts/applescript.vim) (syntax)