diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b61467f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/commentary"] + path = bundle/commentary + url = git://github.com/tpope/vim-commentary.git diff --git a/bundle/commentary b/bundle/commentary new file mode 160000 index 0000000..9c68513 --- /dev/null +++ b/bundle/commentary @@ -0,0 +1 @@ +Subproject commit 9c685131a5facfa0d643feca3a61b41c007d8170 diff --git a/vimrc b/vimrc index 6e983b2..d004be8 100644 --- a/vimrc +++ b/vimrc @@ -15,3 +15,7 @@ syntax on setlocal nospell setlocal spelllang=fr + +" ------ [ Gestion des plugins ] ---------------------------------------------- +execute pathogen#infect() +