From f296e7680b2ea96ecc58a872cb714811a3838e09 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 1 Apr 2013 18:49:20 +0200 Subject: [Vim] remove useless plugins --- .gitmodules | 9 --------- .vim/bundle/bufexplorer | 1 - .vim/bundle/taglist.vim | 1 - .vim/bundle/vim-easymotion | 1 - 4 files changed, 12 deletions(-) delete mode 160000 .vim/bundle/bufexplorer delete mode 160000 .vim/bundle/taglist.vim delete mode 160000 .vim/bundle/vim-easymotion diff --git a/.gitmodules b/.gitmodules index 1f49410..958f94f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,21 +13,12 @@ [submodule ".vim/bundle/ctrlp.vim"] path = .vim/bundle/ctrlp.vim url = https://github.com/kien/ctrlp.vim.git -[submodule ".vim/bundle/vim-easymotion"] - path = .vim/bundle/vim-easymotion - url = https://github.com/Lokaltog/vim-easymotion.git [submodule ".vim/bundle/rainbow_parentheses.vim"] path = .vim/bundle/rainbow_parentheses.vim url = https://github.com/kien/rainbow_parentheses.vim.git -[submodule ".vim/bundle/taglist.vim"] - path = .vim/bundle/taglist.vim - url = https://github.com/vim-scripts/taglist.vim.git [submodule ".vim/bundle/tagbar"] path = .vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git -[submodule ".vim/bundle/bufexplorer"] - path = .vim/bundle/bufexplorer - url = https://github.com/c9s/bufexplorer.git [submodule ".vim/bundle/sessionman.vim"] path = .vim/bundle/sessionman.vim url = https://github.com/vim-scripts/sessionman.vim.git diff --git a/.vim/bundle/bufexplorer b/.vim/bundle/bufexplorer deleted file mode 160000 index b5fcd2b..0000000 --- a/.vim/bundle/bufexplorer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5fcd2b41a6f4de08d0a40bb6d9117cc256d29c6 diff --git a/.vim/bundle/taglist.vim b/.vim/bundle/taglist.vim deleted file mode 160000 index 53041fb..0000000 --- a/.vim/bundle/taglist.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 53041fbc45398a9af631a20657e109707a455339 diff --git a/.vim/bundle/vim-easymotion b/.vim/bundle/vim-easymotion deleted file mode 160000 index 667a668..0000000 --- a/.vim/bundle/vim-easymotion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 667a668e114e9ec0e5d4cbcb0962d835b23614c4 -- cgit v1.2.3-70-g09d2