Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/vim
Easy to install vim with several basic settings and configs
https://github.com/sanusart/vim
Last synced: about 1 month ago
JSON representation
Easy to install vim with several basic settings and configs
- Host: GitHub
- URL: https://github.com/sanusart/vim
- Owner: sanusart
- License: mit
- Created: 2014-06-16T13:37:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T19:36:21.000Z (over 9 years ago)
- Last Synced: 2024-10-30T06:27:25.144Z (3 months ago)
- Language: VimL
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim
===Easy to install vim with several basic settings and configs
> **Note!** You'll need *vim* and *git* for this to work
# Installation
Clone this repo to location in your drive
run `./install.sh` from within the directory
### It comes with:
* [Molokai color scheme](https://github.com/tomasr/molokai)
* [Vundle](https://github.com/gmarik/Vundle.vim)
* [NERDtree](https://github.com/scrooloose/nerdtree)
* [CtrlP](https://github.com/kien/ctrlp.vim)
* [vim-fugitive](https://github.com/tpope/vim-fugitive)
* [syntastic](https://github.com/scrooloose/syntastic)
* [vim-airline](https://github.com/bling/vim-airline)
* [vim-autoformat](https://github.com/chiel92/vim-autoformat)
* [vim-bufferline](https://github.com/bling/vim-bufferline)
* [vim-gitgutter](https://github.com/airblade/vim-gitgutter)