add superman plugin for reading man pages in vim
This commit is contained in:
parent
b68120da30
commit
709ccc709c
@ -69,6 +69,8 @@ Plugin 'mitermayer/vim-prettier'
|
|||||||
Plugin 'jessfraz/openai.vim'
|
Plugin 'jessfraz/openai.vim'
|
||||||
" TabNine for code completion
|
" TabNine for code completion
|
||||||
Plugin 'zxqfl/tabnine-vim'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user