Snippets are now also managed by vim-plug.
I moved my custom ones to rad4day/vim-custom-snippets
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
workspaces is a tool to save and restore vim sessions, which will be
stored as instructions in a Session.vim file (which I renamed to
.vsession in the config)
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
This plugin makes it easier to view git changes in nerdtree. Therefor it
is a great addition to my config.
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
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>