2014-10-05 22:18 GMT-06:00 Gevisz <gev...@gmail.com>:
> I have downloaded the snippet plugin from
> http://www.vim.org/scripts/script.php?script_id=361
> and have done all the steps described there to
> install it but, unfortunately, it does not work.
>
Stop installing vim plug-ins manually.  use one of the plug-in
installers out there, pathogen[1] is really nice and easy to use,
basically you just do 'git clone' the repo of the plug-in in
~/.vim/bundle/
and have this  at the top of your .vimrc
execute pathogen#infect()

Plus you can upgrade your plugins easily 'git fetch && git pull' (I
made a small script that handles this for any plug-ins I have
installed)
I also use the snippet[2] plugin, and cloned/upgrade it from github.
[1] https://github.com/tpope/vim-pathogen
[2] https://github.com/honza/vim-snippets

Reply via email to