Skip to content

sirvaulterscoff/my_vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My config for vim.

To use:
    1. cd ~; git clone [email protected]:sirvaulterscoff/my_vim.git .vim_git
    2. make symlinks ln -s .vim_git/.vimrc ~/.vimrc; ln -s .vim_git/.vim ~/.vim
    3. init submodules git submodule init; git submodule update
    3. Open vim
    4. in vim type :BundleInstall
    5. to use Python debug follow instructions here jabapyth/vim-debug 
    5.1 sudo pip install dbgp
    5.2 sudo pip install vim-debug
    5.3 install-vim-debug.py
    5.4 install python-rope
    6. install wmctrl (for fullscreen in gvim)
    7. There is a problem with ropevim. You should specify correct path in .vim/bundle/ropevim/plugin/ropevim.vim

About

my vim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published