forked from kvelarde/vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (20 loc) · 718 Bytes
/
README
File metadata and controls
26 lines (20 loc) · 718 Bytes
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
26
_ _
__ _(_)_ __ ___ _ __ __| | ___ __ _ __ _ ___ ___
\ \ / / | '_ ` _ \ _____| '__/ _` |/ _ \/ _` |/ _` |/ _ \/ __|
\ V /| | | | | | |_____| | | (_| | __/ (_| | (_| | __/\__ \
\_/ |_|_| |_| |_| |_| \__,_|\___|\__, |\__, |\___||___/
|___/ |___/
My personal vim configuration.
INSTALL
=======
To install, do::
cd ~/
git clone git://github.com/rdegges/vim.git .vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update
git submodule foreach git submodule init
git submodule foreach git submodule update
sudo pip install -U pyflakes
sudo pip install -U pep8