Hacker News new | past | comments | ask | show | jobs | submit login

From the OP:

  git clone https://github.com/kovisoft/slimv.git ~/.vim/bundle/slimv
  echo 'set runtimepath^=~/.vim/bundle/slimv' >> ~/.vimrc
  vim +'helptags ~/.vim/bundle/slimv/doc' +q
Is this a common way of installing Vim plugins?



I'm not sure what's the mainstream way right now, but I don't think it's commonly done by echoing stuff to the end of the .vimrc file.

My plugin manager is Vundle, where you basically just add a line in the .vimrc with the repository name, and then run :PluginInstall. Quick and easy.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: