Skip to content

Lambda3/vimfiles

 
 

Repository files navigation

Lambda3'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/lambda3/vimfiles.git ~/.vim
- echo "source ~/.vim/.vimrc" > ~/.vimrc
- cd ~/.vim
- git submodule update --init

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

Contributors:

See them here: https://github.com/Lambda3/vimfiles/graphs/contributors

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%