Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilecreativity/dotvim
https://github.com/agilecreativity/dotvim
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilecreativity/dotvim
- Owner: agilecreativity
- Created: 2015-04-25T13:51:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T13:14:46.000Z (about 2 years ago)
- Last Synced: 2024-06-10T02:34:20.446Z (5 months ago)
- Language: Vim Script
- Size: 107 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <