From 3f3aff14280a11ee8c2464f5dee9218d6af1136d Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Sun, 1 Mar 2015 20:44:56 +0100 Subject: [PATCH] Install commentary.vim bundle as a submodule. --- .gitmodules | 3 +++ bundle/commentary | 1 + vimrc | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/commentary 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() +