diff options
| -rw-r--r-- | .gitmodules | 21 | ||||
| m--------- | vim/bundle/pathogen | 0 | ||||
| m--------- | vim/pack/default/start/airline (renamed from vim/bundle/airline) | 0 | ||||
| m--------- | vim/pack/default/start/ale (renamed from vim/bundle/ale) | 0 | ||||
| m--------- | vim/pack/default/start/bufexplorer (renamed from vim/bundle/bufexplorer) | 0 | ||||
| m--------- | vim/pack/default/start/ctrlp (renamed from vim/bundle/ctrlp) | 0 | ||||
| m--------- | vim/pack/default/start/fugitive (renamed from vim/bundle/fugitive) | 0 | ||||
| m--------- | vim/pack/default/start/gitgutter (renamed from vim/bundle/gitgutter) | 0 | ||||
| m--------- | vim/pack/default/start/gnupg (renamed from vim/bundle/gnupg) | 0 | ||||
| m--------- | vim/pack/default/start/neocomplete (renamed from vim/bundle/neocomplete) | 0 | ||||
| m--------- | vim/pack/default/start/tagbar (renamed from vim/bundle/tagbar) | 0 | ||||
| -rw-r--r-- | vimrc | 2 |
12 files changed, 9 insertions, 14 deletions
diff --git a/.gitmodules b/.gitmodules index aff28c9..0900ae6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,30 +1,27 @@ -[submodule "pathogen"] - path = vim/bundle/pathogen - url = https://github.com/tpope/vim-pathogen [submodule "tagbar"] - path = vim/bundle/tagbar + path = vim/pack/default/start/tagbar url = https://github.com/majutsushi/tagbar [submodule "fugitive"] - path = vim/bundle/fugitive + path = vim/pack/default/start/fugitive url = https://github.com/tpope/vim-fugitive.git [submodule "bufexplorer"] - path = vim/bundle/bufexplorer + path = vim/pack/default/start/bufexplorer url = https://github.com/jlanzarotta/bufexplorer.git [submodule "airline"] - path = vim/bundle/airline + path = vim/pack/default/start/airline url = https://github.com/bling/vim-airline [submodule "gitgutter"] - path = vim/bundle/gitgutter + path = vim/pack/default/start/gitgutter url = https://github.com/airblade/vim-gitgutter.git [submodule "ctrlp"] - path = vim/bundle/ctrlp + path = vim/pack/default/start/ctrlp url = https://github.com/kien/ctrlp.vim.git [submodule "neocomplete"] - path = vim/bundle/neocomplete + path = vim/pack/default/start/neocomplete url = https://github.com/Shougo/neocomplete.vim.git [submodule "gnupg"] - path = vim/bundle/gnupg + path = vim/pack/default/start/gnupg url = https://github.com/jamessan/vim-gnupg.git [submodule "ale"] - path = vim/bundle/ale + path = vim/pack/default/start/ale url = https://github.com/w0rp/ale.git diff --git a/vim/bundle/pathogen b/vim/bundle/pathogen deleted file mode 160000 -Subproject 020ab25c38f62627c1dab6c7a851176c6ad309f diff --git a/vim/bundle/airline b/vim/pack/default/start/airline -Subproject ac9e4092ef044bea79653e204e8c02e10674cca +Subproject ac9e4092ef044bea79653e204e8c02e10674cca diff --git a/vim/bundle/ale b/vim/pack/default/start/ale -Subproject f1e80b800cc8c8488c9561b0db07304157ae489 +Subproject f1e80b800cc8c8488c9561b0db07304157ae489 diff --git a/vim/bundle/bufexplorer b/vim/pack/default/start/bufexplorer -Subproject 9e1e111cc4655d2bb574051793624c89a59e1ec +Subproject 9e1e111cc4655d2bb574051793624c89a59e1ec diff --git a/vim/bundle/ctrlp b/vim/pack/default/start/ctrlp -Subproject 564176f01d7f3f7f8ab452ff4e1f5314de7b098 +Subproject 564176f01d7f3f7f8ab452ff4e1f5314de7b098 diff --git a/vim/bundle/fugitive b/vim/pack/default/start/fugitive -Subproject 87c1bda4d5573185a1f79c42a919c4b62bc34c4 +Subproject 87c1bda4d5573185a1f79c42a919c4b62bc34c4 diff --git a/vim/bundle/gitgutter b/vim/pack/default/start/gitgutter -Subproject 1c034be0d31168c8f4770ef7b69adb67d00d6f3 +Subproject 1c034be0d31168c8f4770ef7b69adb67d00d6f3 diff --git a/vim/bundle/gnupg b/vim/pack/default/start/gnupg -Subproject 5103285d4d59cc9d2d56e6e897b8efbbb460b77 +Subproject 5103285d4d59cc9d2d56e6e897b8efbbb460b77 diff --git a/vim/bundle/neocomplete b/vim/pack/default/start/neocomplete -Subproject 9617d825c0d4acdb18aec903e9c1c0443058d18 +Subproject 9617d825c0d4acdb18aec903e9c1c0443058d18 diff --git a/vim/bundle/tagbar b/vim/pack/default/start/tagbar -Subproject 959f48798136bfd4ce60075d3c86c580fcf5e5c +Subproject 959f48798136bfd4ce60075d3c86c580fcf5e5c @@ -1,6 +1,4 @@ " load plugin bundles with pathogen -runtime bundle/pathogen/autoload/pathogen.vim -execute pathogen#infect() runtime ftplugin/man.vim set nocompatible " don't be compatible to vi |
