forked from giggio/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
25 lines (19 loc) · 900 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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