Parcourir la source

Merge branch 'master' of http://github.com/wreed4/vimrc

not sure what I'm merging...
wreed4 il y a 10 ans
Parent
commit
61618d154d
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .vimrc

+ 2 - 1
.vimrc

@@ -1,6 +1,7 @@
 " wreed vimrc
 " wreed vimrc
 " vim: set foldmethod=marker:
 " vim: set foldmethod=marker:
 
 
+"enable python
 python << end
 python << end
 import vim
 import vim
 end
 end
@@ -66,7 +67,7 @@ Plugin 'a.vim'
 Plugin 'elzr/vim-json'
 Plugin 'elzr/vim-json'
 " Diff directories quickly and powerfully
 " Diff directories quickly and powerfully
 Plugin 'DirDiff.vim'
 Plugin 'DirDiff.vim'
-
+" Enable nested vimrc files
 Plugin 'wreed4/vim-lvimrc'
 Plugin 'wreed4/vim-lvimrc'
 
 
 " end installed plugins
 " end installed plugins