From 8ebeadcb0b32ab7b2a9cfd5a43332181e6c48406 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 7 Jul 2016 16:33:33 +0500 Subject: [vim] Add CtrlP and Emmet plugins. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b9cc2ae..92da0fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -87,3 +87,9 @@ [submodule "files/.vim/bundle/vim-bracketed-paste"] path = files/.vim/bundle/vim-bracketed-paste url = https://github.com/ConradIrwin/vim-bracketed-paste +[submodule "vim/ctrlp"] + path = files/.vim/bundle/ctrlp.vim + url = https://github.com/ctrlpvim/ctrlp.vim +[submodule "vim/emmet"] + path = files/.vim/bundle/emmet-vim + url = https://github.com/mattn/emmet-vim.git -- cgit v1.2.3