diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:51:16 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-19 02:51:16 +0200 |
commit | 4ab0bdd326bd99925676ec8fc2bd43b96620e8c5 (patch) | |
tree | 751c38413ced811541d1999267a8b6f01071ff20 | |
parent | dbfcb6dca4a7ef9bb8969b10f4dd8c80dece1837 (diff) | |
download | vim-polyglot-4ab0bdd326bd99925676ec8fc2bd43b96620e8c5.tar.gz vim-polyglot-4ab0bdd326bd99925676ec8fc2bd43b96620e8c5.zip |
Make readme little shorter
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -40,10 +40,6 @@ You can also use Vim 8 built-in package manager: git clone --depth 1 https://github.com/sheerun/vim-polyglot ~/.vim/pack/plugins/start/vim-polyglot ``` -NOTE: Not all features of individual language packs are available. We strip them from functionality slowing vim startup (for example we ignore `plugins` folder that is loaded regardless of file type, instead we prefer `ftplugin` which is loaded lazily). - -If you need full functionality of any plugin, please use it directly with your plugin manager. - ## Language packs On top of all language packs from [vim repository](https://github.com/vim/vim/tree/master/runtime), vim-polyglot includes: |