From 04ea4b7c487d5f4d9b7e33ebb007ee369db281ac Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Fri, 21 May 2021 14:13:46 +0200 Subject: [PATCH] sets: import holgerssons-vim-plugins --- sets/holgerssons-vim-plugins | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 sets/holgerssons-vim-plugins diff --git a/sets/holgerssons-vim-plugins b/sets/holgerssons-vim-plugins new file mode 100644 index 0000000..b7dc92e --- /dev/null +++ b/sets/holgerssons-vim-plugins @@ -0,0 +1,24 @@ +# Nils Freydank (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