Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agilecreativity/dotvim


https://github.com/agilecreativity/dotvim

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Vim Configuration (dotvim)

My dotvim using the `neocomplete.vim` instead of `YouCompleteMe` for
code completion. Vim need to be installed with `lua` language support.

## Basic Installation

```sh
git clone https://github.com/agilecreativity/dotvim.git ~/dotvim
cd ~/dotvim
git submodule init
git submodule update
make install
```

## Post-installation procedure

### 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 <