back to notes

Show/Edit vim plugin load path

" echo plugin load path
:set runtimepath?

" Add ~/.vim/plugin to the plugin load path
set runtimepath+=$HOME/.vim/plugin


last updated february 2016