Random output vim tips.
-
Set up Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim -
Configure Plugins: add this to your
.vimrcVundle config.Plugin 'wilon/vim-tips' -
Install:
Launch
vimand run:PluginInstallTo install from command line:
vim +PluginInstall +qall
-
Supported tips
let g:vim_tip_lang = 'zzapper'Xzapper's vim tips; defaultlet g:vim_tip_lang = 'skywind3000'skywind3000's vim tips;let g:vim_tip_lang = 'edyfox'滇狐's vim tips;let g:vim_tip_lang = 'learnenglish'English-cn dict vim tips; -
Customize the file
let g:vim_tip_file = '/home/lilei/pp.txt'Remote is not supported