diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-26 13:27:21 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2017-02-26 13:28:29 +0100 |
| commit | cdcb63f02d710f051c83614c0c856af549ea9b6c (patch) | |
| tree | b25f4025b521f192e314a3db5eab23f942afd36c /.gitmodules | |
| parent | d3aa4170d38a17d76cd8f7718fcf9f169ff280b0 (diff) | |
vim: use native packages instead of pathogen
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 21 |
1 files changed, 9 insertions, 12 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 |
