NAME
Vimana::Manual - Getting started
INTRODUCTION
Vimana provides varied kinds of installation strategy.
To install a vim plugin, Vimana downloads the file from vim.org , then detects the downloaded file type.
if the downloaded file is a Vimball script, Vimana calls Vim to run the Vimball script to install. if it's a colorscheme or syntax file , then copy the files into your ~/.vim/colors/ or ~/.vim/syntax/ directory.
If it's an archive file (zip, bzip,rar .. etc) , Vimana looks into the archive file, see if it contains a 'Makefile' file, then use the Makefile file to install a plugin.
if it doesn't contain a 'Makefile' file. Vimana looks into the directory tree, see if it contains 'doc','plugin','syntax' directories and vim scripts, if so , copy these files into your vim runtime directory recursively.
* if the downloaded file is not a Vimball script and not a colorscheme or syntax file and doesn't contains a Makefile file or 'doc','plugin','syntax', Vimana will ask you to install the plugin manually.
REQUIREMENT
To install Vimana , please make sure you are in Unix-Like system. Vimana supports Unix-like system only. for example, Linux , Mac OS , BSD .. etc. these perl-installed system.
* Windows is not supported yet.
INSTALLATION
At first , please make sure that you have CPAN or CPANPLUS installed.
Install Vimana via CPAN , please type following commands:
$ sudo cpan Vimana
Or you can also install Vimana via CPANPLUS:
$ sudo cpanp i Vimana
USAGE
To update index from vim.org:
$ vimana update
To search script or plugin:
$ vimana search rails ruby
rails.vim - Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more
vividchalk.vim - A colorscheme strangely reminiscent of Vibrant Ink for a certain OS X editor
rubytest.vim - Run ruby tests in vim
ncss.vim - Syntax File for NCSS
dark-ruby - A dark-background color scheme for ruby/rails.
txtfmt - Highlight plain text in Vim! (Beautify your documents with colors and formats.)
ruby-imaps - Textmate like Ruby snippets for Vim
apidock.vim - Plugin that searches <a target="_blank" href="http://apidock.com">http://apidock.com
rubycomplete.vim - ruby omni-completion
fastgrep - FastGrep for a string using native linux commands in Ruby on Rails projects.
ruby-snippets - Some abbreviations to use with Ruby
$ _
To see more information about "rails.vim" plugin
$ vimana info rails.vim
... skip
To install "rails.vim" package:
$ vimana i rails.vim
Check your ~/.vim/ directory , rails plugin should be installed.
To install "rails.vim" package and enable verbose messages:
$ vimana i rails.vim -v
$ vimana i autocomplpop
To install from a git repository:
$ vimana i git:git://path/to/git/repository
To install from current directory:
$ git clone git://path/to/git/repo.git
$ cd repo
$ vimana i .
AUTHOR
You-An Lin 林佑安 ( Cornelius / c9s ) <cornelius.howl at gmail.com>
COPYRIGHT & LICENSE
Copyright 2007 You-An Lin 林佑安 ( Cornelius / c9s ), all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 1:
=begin without a target?
- Around line 117:
=cut found outside a pod block. Skipping to next block.