public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jc García" <jyo.garcia@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Was Vim compiled with +eval feature?
Date: Sun, 5 Oct 2014 22:42:22 -0600	[thread overview]
Message-ID: <CAGQH77danwmo7x-SZ6mGmB0Q85fH6UMxAQoL9hb46TpLGZO-pA@mail.gmail.com> (raw)
In-Reply-To: <54321837.2610700a.06c5.46a6@mx.google.com>

2014-10-05 22:18 GMT-06:00 Gevisz <gevisz@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	other threads:[~2014-10-06  4:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06  4:18 [gentoo-user] Was Vim compiled with +eval feature? Gevisz
2014-10-06  4:42 ` Jc García [this message]
2014-10-06  4:49   ` Jc García
2014-10-06 12:07   ` Gevisz
2014-10-07 18:51 ` Todd Goodman
2014-10-08  4:38   ` Gevisz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGQH77danwmo7x-SZ6mGmB0Q85fH6UMxAQoL9hb46TpLGZO-pA@mail.gmail.com \
    --to=jyo.garcia@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox