-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
22 lines (14 loc) · 732 Bytes
/
README.txt
File metadata and controls
22 lines (14 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This uses vundle for bundle management. You need to install vundle manually
first:
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
The main vimrc script is stored in ~/.vim/vimrc. $HOME/.vimrc should have a single line
source $HOME/.vim/vimrc
Finally, install the bundles automagically with
vim +BundleInstall +qall
List of useful plugins
* pyclewn (gdb integration)
http://pyclewn.sourceforge.net/
vimdir=$HOME/.vim/bundle/pyclewn python setup.py install --force --home=$HOME/.vim/bundle/pyclewn-bin
* latex-suite, vcs integration, align, surround, matchit
apt-get install vim-latexsuite vim-addon-manager vim-scripts
vim-addons install align latex-suite vcscommand surround matchit