Skip to content

wridgers/vimto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#vimto

vimto is an open source vim configuration for Linux, OSX, and Windows.

Vimto icon

##Installation

vimto is easy to install.

###Linux and Mac OSX - almost automatically

You can install vimto quickly by downloading the install.sh bash script, reading it, and executing it. Piping shell scripts directly into sh might be tempting, but it's a security risk and you shouldn't be doing it.

$ wget https://raw.github.com/wridgers/vimto/master/tools/install.sh -O install.sh
$ vim install.sh # READ IT
$ chmod +x install.sh
$ ./install.sh

###Linux and Mac OSX - manually

This is pretty much all the above shell script does.

$ git clone https://github.com/wridgers/vimto ~/.vimto
$ cd ~/.vimto
$ git submodule init
$ git submodule sync
$ git submodule update --recursive
$ cp ~/.vimrc ~/.vimrc.backup
$ cp ~/.vimto/templates/vimrc.template ~/.vimrc

###Windows

Vimto works great on Windows too and the installation isn't much different, although there is no automatic script!

  1. Clone the repository to $HOME/.vimto using cmd.exe
  2. git submodule init/sync/update
  3. Copy vimrc.template to $HOME/_vimrc

Good to go.

##Bundled plugins

##Bundled themes

##Custom plugins and themes

You want to use your own plugins and themes? No problem! vimto uses pathogen. Simply clone the repo you want to ~/.vim/plugins or ~/.vim/themes and you're ready.

##Documentation

Work in progress. For now, I recommend reading rc/11-mapping.vim to understand the basic keymappings that vimto introduces, and reading the docs available for each plugin.

##Thanks

Special thanks to

About

An open source vim configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published