Skip to content

Commit

Permalink
add README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnk committed Nov 2, 2011
1 parent 4c390ea commit c2a4d8b
Showing 1 changed file with 57 additions and 4 deletions.
61 changes: 57 additions & 4 deletions README.markdown
@@ -1,23 +1,76 @@
# vimrc-builder

*Simple vim setting builder using [neobundle.vim][]*

Fork this repository and customize for yourself.

## Product Requirements

git commands and Vim >= 7.3
git and Vim >= 7.3


## Build
## Usage

Simple make commands prepared.

### Build

$ git clone git://github.com/kmnk/vimrc-builder.git
$ cd vimrc-builder
$ make


## Install added vim-plugins
### Install added vim-plugins

$ make install

## Update vim-plugins

### Update vim-plugins

$ make update


## Default Installing Plugins

- [neobundle.vim][] *required*
- [unite.vim][]
- [vimproc][]
- [vimfiler][]
- [vimshell][]
- [vimproc][]
- [neocomplcache][]
- [vim-surround][]
- [vim-textobj-indent][]
- [vim-textobj-user][]]]
- [vim-operator-replace][]
- [vim-operator-user][]
- [vim-unite-history][]
- [unite-grep][]
- [current-func-info.vim][]
- [unite-mark][]
- [unite-outline][]


## SEE ALSO


## TODO


[neobundle.vim]: https://github.com/Shougo/neobundle.vim
[unite.vim]: https://github.com/Shougo/unite.vim
[vimproc]: https://github.com/Shougo/vimproc
[vimfiler]: https://github.com/Shougo/vimfiler
[vimshell]: https://github.com/Shougo/vimshell
[vimproc]: https://github.com/Shougo/vimproc
[neocomplcache]: https://github.com/Shougo/neocomplcache
[vim-surround]: https://github.com/kana/vim-surround
[vim-textobj-indent]: https://github.com/kana/vim-textobj-indent
[vim-textobj-user]: https://github.com/kana/vim-textobj-user
[vim-operator-replace]: https://github.com/kana/vim-operator-replace
[vim-operator-user]: https://github.com/kana/vim-operator-user
[vim-unite-history]: https://github.com/thinca/vim-unite-history
[unite-grep]: https://github.com/Sixeight/unite-grep
[current-func-info.vim]: https://github.com/tyru/current-func-info.vim
[unite-mark]: https://github.com/tacroe/unite-mark
[unite-outline]: https://github.com/h1mesuke/unite-outline

0 comments on commit c2a4d8b

Please sign in to comment.