From a730caa767e60e39fdea08080494be4f77d7adb8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 10 Aug 2016 00:38:22 -0400 Subject: remove some vim plugins that i never use --- .gitmodules | 6 ------ vim/bundle/easymotion | 1 - vim/bundle/vimfiler | 1 - 3 files changed, 8 deletions(-) delete mode 160000 vim/bundle/easymotion delete mode 160000 vim/bundle/vimfiler diff --git a/.gitmodules b/.gitmodules index c7db4de..6046657 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,9 +46,6 @@ [submodule "vim/bundle/unite"] path = vim/bundle/unite url = git://github.com/Shougo/unite.vim -[submodule "vim/bundle/vimfiler"] - path = vim/bundle/vimfiler - url = git://github.com/Shougo/vimfiler.vim [submodule "vim/bundle/vimproc"] path = vim/bundle/vimproc url = git://github.com/Shougo/vimproc.vim @@ -73,9 +70,6 @@ [submodule "vim/bundle/typescript"] path = vim/bundle/typescript url = git://github.com/leafgarland/typescript-vim -[submodule "vim/bundle/easymotion"] - path = vim/bundle/easymotion - url = https://github.com/Lokaltog/vim-easymotion.git [submodule "vim/bundle/julia"] path = vim/bundle/julia url = https://github.com/JuliaLang/julia-vim diff --git a/vim/bundle/easymotion b/vim/bundle/easymotion deleted file mode 160000 index 5c6f3cd..0000000 --- a/vim/bundle/easymotion +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5c6f3cd9a713491e6b32752a05c45198aa91540a diff --git a/vim/bundle/vimfiler b/vim/bundle/vimfiler deleted file mode 160000 index 7216090..0000000 --- a/vim/bundle/vimfiler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7216090936e16e1c3449d60d384de6a4858df533 -- cgit v1.2.3-54-g00ecf