Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.

khernandez/vim-dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew setup

This is how to setup vim with modern ruby and python support.

$ brew install ruby
$ brew install python --framework
# edit ./homebrew/vim.rb and make sure the python config dir is correct
$ brew install ./homebrew/vim.rb

Debian setup

$ sudo apt-get install vim-gtk python2.7

Requirements

Installation

$ git clone git@github.com:ricardochimal/vim-dotfiles.git .vim
$ ln -s .vim/vimrc .vimrc
$ cd .vim; git submodule init; git submodule update

About

vimrc settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 96.6%
  • Ruby 3.4%