sets: import holgerssons-vim-plugins

This commit is contained in:
Nils Freydank 2021-05-21 14:13:46 +02:00
parent 9c57ce0683
commit 04ea4b7c48
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -0,0 +1,24 @@
# Nils Freydank <holgersson@posteo.de> (2021-05-21)
# List of vim plugins I do currently use
# Nice little calendar functionality.
app-vim/calendar
# fancy git wrapper
app-vim/fugitive
# tree/directory listing
app-vim/nerdtree
# perl5 IDE
app-vim/perl-support
# python3 IDE
app-vim/python-mode
# restructured text
app-vim/riv
# insert-completion with tabbing
app-vim/supertab
# Golang support
app-vim/vim-go
# just a joke
app-vim/vim-redacted
# wiki - something between markdown and mediawiki
app-vim/vimwiki
# multiple cursors! \o/
app-vim/visual-multi