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
- Host: GitHub
- URL: https://github.com/agilecreativity/dotvim-original
- Owner: agilecreativity
- Created: 2014-02-14T04:30:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T10:35:19.000Z (about 11 years ago)
- Last Synced: 2025-04-06T15:15:18.372Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 <