dcheld / vimfiles

My vimfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on Giovanni Bassi's vimfiles.

These are my personal vimfiles. Since I'm still learning to use vim, I advise you not to use it for anything :)

I am using vim both on Ubuntu and Windows (in Windows it is preety much gVim, as vim refuses to work properly). Right now there are some nice bundles, like NERDTree and Coffeescript. I have been using vim mostly to do Ruby programming and script editing in general.

Installation instructions (Linux):
- git clone https://github.com/dcheld/vimfiles.git ~/.vim
- echo "source ~/.vim/.vimrc" > ~/.vimrc
- cd ~/.vim
- Run in vim :PlugInstall

Installation instructions (Windows, no Powershell):
- git clone https://github.com/dcheld/vimfiles.git "$env:HOME\vimfiles"
- echo "source $($env:HOME.Replace('\', '/'))/vimfiles/.vimrc" > ~/_vimrc
- cd ~/.vim
- Run in vim :PlugInstall

This is a fork from Rafael Rosa Fu's vimfiles. Check out https://github.com/rafaelrosafu/vimfiles for his latest updates.

About

My vimfiles


Languages

Language:Vim Script 100.0%