mirror of
https://github.com/xlogerais/config-vim
synced 2025-06-15 03:26:55 +02:00
Install commentary.vim bundle as a submodule.
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "bundle/commentary"]
|
||||
path = bundle/commentary
|
||||
url = git://github.com/tpope/vim-commentary.git
|
1
bundle/commentary
Submodule
1
bundle/commentary
Submodule
Submodule bundle/commentary added at 9c685131a5
4
vimrc
4
vimrc
@ -15,3 +15,7 @@ syntax on
|
||||
setlocal nospell
|
||||
setlocal spelllang=fr
|
||||
|
||||
|
||||
" ------ [ Gestion des plugins ] ----------------------------------------------
|
||||
execute pathogen#infect()
|
||||
|
||||
|
Reference in New Issue
Block a user