VIM: Changed plugin management to vim-plug

Before switching I used pathogen.vim for plugin management, which
resulted in a HUGE .gitmodules file as well as a huge directory
containing whole git repositories. vim-plug fixes all those problems. It
reduces the folder into a config file, containing one line per plugin
and also removes the need of adding those submodules to .gitmodules

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This commit is contained in:
2018-09-01 12:45:39 +02:00
parent 5cbb3a63c6
commit 491fe6066f
1059 changed files with 56 additions and 150139 deletions

2
.gitignore vendored
View File

@ -140,3 +140,5 @@ i3/config
*.sqlite
i3/scripts/dmenu/database.sqlite
albert/*.db
vim/plugged/
vim/autoload/plug.vim