Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #2304

Re: Vim Plugin Issue

From Marc Weber <marco-oweber@gmx.de>
Newsgroups comp.lang.ruby
Subject Re: Vim Plugin Issue
Date 2011-04-05 03:21 -0500
Organization Service de news de lacave.net
Message-ID <1301991366-sup-2948@nixos> (permalink)
References <af43c4463e0b7400bdcde54d355fea83@ruby-forum.com>

Show all headers | View raw


Hi Ryan,

<c-d> means ctrl-d
 
1) there is a dedicated Vim mailinglist (-> vim.sf.net -> commmunity)

2) most plugins ship with a doc/*.txt file which contains all
  information about its usage.
  In this case you want to read section 2.1 "Global Commands"

3) learn how to use completion. Eg try Nerd<tab> or Nerd<c-d>
  The command you tried does not exist. The error message you got is
  confusing though.

4) If you want to give many plugins a try use vim-addon-manager.
  Installing a plugin such as nerdtree can be done easily:

  :ActivateAddons The_NERD_tree
  Probably you'd like to use InstallAddon, review code, put name into
  your .vimrc.

  github.com/MarcWeber/vim-addon-manager. (last lines of doc/*.txt
  contains a script you can copy paste into your shell to install it)

5) Start using tags. Look them up using :h tag<c-d> (in particular
  :tjump command)
  This is way faster than nerdtree for most cases.

HTH
Marc Weber

Back to comp.lang.ruby | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Vim Plugin Issue "Ryan C." <rclark.sf@gmail.com> - 2011-04-05 00:31 -0500
  Re: Vim Plugin Issue Phillip Gawlowski <cmdjackryan@googlemail.com> - 2011-04-05 00:45 -0500
  Re: Vim Plugin Issue Marc Weber <marco-oweber@gmx.de> - 2011-04-05 03:21 -0500

csiph-web