1
0
mirror of https://github.com/xlogerais/config-vim synced 2024-09-19 22:29:58 +02:00

Install commentary.vim bundle as a submodule.

This commit is contained in:
Xavier Logerais 2015-03-01 20:44:56 +01:00
parent d66563556f
commit 3f3aff1428
3 changed files with 8 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "bundle/commentary"]
path = bundle/commentary
url = git://github.com/tpope/vim-commentary.git

1
bundle/commentary Submodule

@ -0,0 +1 @@
Subproject commit 9c685131a5facfa0d643feca3a61b41c007d8170

4
vimrc
View File

@ -15,3 +15,7 @@ syntax on
setlocal nospell
setlocal spelllang=fr
" ------ [ Gestion des plugins ] ----------------------------------------------
execute pathogen#infect()