forked from braintreeps/vim_dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
ssgelm/vim_dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
After cloning this project, you can run the following to link these dotfiles
into your home directory:
rake
Be warned: this will overwrite any existing .vimrc, .gvimrc or .vim/ files you
have in your home directory.
Uses `vim-plug` to manage bundles. Downloading and setting up the described
plugins requires an extra step:
vim +:PlugInstall
If you plan on using command-t, you'll need to build the C extension. Vim-plug
will do this automatically, but if it fails for some reason, you can do it
manually, however make sure to use the ruby you built vim against:
cd ~/.vim/plugged/command-t/ruby/command-t
rvm use system
ruby extconf.rb
make
About
my vim dotfiles
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Vim Script 91.4%
- Ruby 8.6%