From 709ccc709c719f89c73e2dc18a6d3a0cb35c1b49 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Thu, 23 Jul 2020 07:29:08 +0200 Subject: [PATCH] add superman plugin for reading man pages in vim --- dot_vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_vimrc b/dot_vimrc index 67d7a53..b1892a7 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -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()