Skip to content

Commit 340b7ec

Browse files
committed
Initial import
1 parent 880adf6 commit 340b7ec

39 files changed

+17080
-0
lines changed

.VimballRecord

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tagbar.vmb: call delete('/home/christophe/.vim/autoload/tagbar.vim')|call delete('/home/christophe/.vim/doc/tagbar.txt')|call delete('/home/christophe/.vim/plugin/tagbar.vim')|call delete('/home/christophe/.vim/syntax/tagbar.vim')

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
backup/*
2+
tmp/*

.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "bundle/python-mode"]
2+
path = bundle/python-mode
3+
url = https://github.com/klen/python-mode.git
4+
[submodule "bundle/vim-indent-guides"]
5+
path = bundle/vim-indent-guides
6+
url = https://github.com/nathanaelkane/vim-indent-guides.git

0 commit comments

Comments
 (0)