Skip to content

Commit 2f2384b

Browse files
committed
Move to vim-plug
1 parent 349b63a commit 2f2384b

17 files changed

+19
-396
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
nvim/.config/nvim/plugs/
12
vim/.config/vim/viminfo
23
bzr/.bazaar/launchpad/
34
variety/.config/variety/

.gitmodules

+3-36
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,9 @@
1-
[submodule "vim/.config/vim/bundle/vim-autoswap"]
2-
path = vim/.config/vim/bundle/vim-autoswap
3-
url = https://github.com/gioele/vim-autoswap.git
4-
[submodule "vim/.config/vim/bundle/vcscommand"]
5-
path = vim/.config/vim/bundle/vcscommand
6-
url = git://repo.or.cz/vcscommand
7-
[submodule "vim/.config/vim/bundle/vim-dirdiff"]
8-
path = vim/.config/vim/bundle/vim-dirdiff
9-
url = https://github.com/junkblocker/vim-dirdiff.git
10-
[submodule "vim/.config/vim/bundle/vim-fugitive"]
11-
path = vim/.config/vim/bundle/vim-fugitive
12-
url = https://github.com/tpope/vim-fugitive.git
13-
[submodule "vim/.config/vim/bundle/vim-rsi"]
14-
path = vim/.config/vim/bundle/vim-rsi
15-
url = https://github.com/tpope/vim-rsi.git
161
[submodule "zsh/.config/z"]
172
path = zsh/.config/z
183
url = https://github.com/rupa/z.git
194
[submodule "zsh/.config/lxc-cmd"]
205
path = zsh/.config/lxc-cmd
216
url = https://github.com/lutostag/lxc-cmd.git
22-
[submodule "vim/.config/vim/bundle/patchreview-vim"]
23-
path = vim/.config/vim/bundle/patchreview-vim
24-
url = https://github.com/junkblocker/patchreview-vim.git
25-
[submodule "vim/.config/vim/bundle/jedi-vim"]
26-
path = vim/.config/vim/bundle/jedi-vim
27-
url = https://github.com/davidhalter/jedi-vim.git
28-
[submodule "vim/.config/vim/bundle/vim-unimpaired"]
29-
path = vim/.config/vim/bundle/vim-unimpaired
30-
url = https://github.com/tpope/vim-unimpaired.git
31-
[submodule "vim/.config/vim/bundle/neomake"]
32-
path = vim/.config/vim/bundle/neomake
33-
url = https://github.com/neomake/neomake.git
34-
[submodule "vim/.config/vim/bundle/matchit"]
35-
path = vim/.config/vim/bundle/matchit
36-
url = https://github.com/benjifisher/matchit.zip.git
37-
[submodule "vim/.config/vim/bundle/deoplete"]
38-
path = vim/.config/vim/bundle/deoplete
39-
url = https://github.com/Shougo/deoplete.nvim.git
40-
[submodule "vim/.config/vim/bundle/deoplete-jedi"]
41-
path = vim/.config/vim/bundle/deoplete-jedi
42-
url = https://github.com/zchee/deoplete-jedi
7+
[submodule "vim/.config/vim/autoload"]
8+
path = vim/.config/vim/autoload
9+
url = https://github.com/junegunn/vim-plug.git

vim/.config/vim/autoload

Submodule autoload added at f7e6a86

0 commit comments

Comments
 (0)