add superman plugin for reading man pages in vim

This commit is contained in:
MorganGeek 2020-07-23 07:29:08 +02:00
parent b68120da30
commit 709ccc709c

View File

@ -69,6 +69,8 @@ Plugin 'mitermayer/vim-prettier'
Plugin 'jessfraz/openai.vim'
" TabNine for code completion
Plugin 'zxqfl/tabnine-vim'
" read man pages from vim, e.g : SuperMan ls. inspired by https://catonmat.net/read-man-pages-with-vim
Plugin 'jez/vim-superman'
" All of your Plugins must be added before the following line
call vundle#end()