forked from tcolombo/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (18 loc) · 638 Bytes
/
README
File metadata and controls
32 lines (18 loc) · 638 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
27
28
29
30
31
32
This project is a Vim configuration Python and Django dedicated.
Installation:
git clone git://github.com/tcolombo/dotvim.git ~/.vim
Create symlink:
ln -s ~/.vim/vimrc ~/.vimrc
Install packages:
sudo aptitude install git pep8 exuberant-ctags python-rope ruby1.8-dev
rake vim-gnome
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule sync
git submodule init
git submodule update
git submodule foreach git submodule init
git submodule foreach git submodule update
Compile command-t:
cd ~/.vim/bundle/command-t
rake make