Skip to content

vgrechin/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.vim

Useful article

Vim settings for Python and Django

Cloning repository

git clone https://github.com/vgrechin/.vim.git

ln -s ~/.vim/.vimrc

Updating submodules

cd ~/.vim

git submodule update --init --remote --recursive

for dir in bundle/*; do (cd $dir && git checkout master && git pull); done

ls bundle | parallel 'cd {} && git checkout master && git pull'

About

Vim settings

Resources

Stars

Watchers

Forks

Packages

No packages published