An open API service indexing awesome lists of open source software.

https://github.com/agilecreativity/dotvim-original

My vim configuration
https://github.com/agilecreativity/dotvim-original

Last synced: 5 months ago
JSON representation

My vim configuration

Awesome Lists containing this project

README

          

## Vim Configuration (dotvim)
## Installation

```
git clone https://github.com/agilecreativity/dotvim.git ~/dotvim
cd ~/dotvim
git submodule init
git submodule update
make install
```
## Post-installation procedure

### Link to the private aliases

If you really wan't to keep the private links to yourself then you could
do the following

``` shell
ln s ~/Dropbox/config/aliases.vim ~/.vim/aliases.vim
```

### Build CommandT

Provided that you build the vim yourself or use the recent version of vim
you should be able to use CommandT without any issue.

You can check the version of ruby compiled with vim using this simple vimscript

``` vim
function! RubyInfo()
ruby <