Move from pathogen to pack

This commit is contained in:
Alex Yatskov 2020-10-28 19:59:38 -07:00
parent 900dc6983f
commit 7f916d37ca
43 changed files with 40 additions and 49 deletions

83
.gitmodules vendored
View File

@ -1,123 +1,120 @@
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
path = .vim/pack/plugins/start/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-argwrap"]
path = .vim/bundle/vim-argwrap
path = .vim/pack/plugins/start/vim-argwrap
url = https://github.com/FooSoft/vim-argwrap.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
path = .vim/pack/plugins/start/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/vim-sort-motion"]
path = .vim/bundle/vim-sort-motion
path = .vim/pack/plugins/start/vim-sort-motion
url = https://github.com/christoomey/vim-sort-motion.git
[submodule ".vim/bundle/vim-fswitch"]
path = .vim/bundle/vim-fswitch
path = .vim/pack/plugins/start/vim-fswitch
url = https://github.com/derekwyatt/vim-fswitch.git
[submodule ".vim/bundle/vim-go"]
path = .vim/bundle/vim-go
path = .vim/pack/plugins/start/vim-go
url = https://github.com/fatih/vim-go.git
[submodule ".vim/bundle/vim-easy-align"]
path = .vim/bundle/vim-easy-align
path = .vim/pack/plugins/start/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule ".vim/bundle/vim-indent-object"]
path = .vim/bundle/vim-indent-object
path = .vim/pack/plugins/start/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule ".vim/bundle/vim-bbye"]
path = .vim/bundle/vim-bbye
path = .vim/pack/plugins/start/vim-bbye
url = https://github.com/moll/vim-bbye.git
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
path = .vim/pack/plugins/start/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule ".vim/bundle/html5.vim"]
path = .vim/bundle/html5.vim
path = .vim/pack/plugins/start/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
path = .vim/pack/plugins/start/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
path = .vim/pack/plugins/start/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/vim-bufonly"]
path = .vim/bundle/vim-bufonly
path = .vim/pack/plugins/start/vim-bufonly
url = https://github.com/schickling/vim-bufonly.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
path = .vim/pack/plugins/start/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
path = .vim/pack/plugins/start/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
path = .vim/pack/plugins/start/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule ".vim/bundle/vim-speeddating"]
path = .vim/bundle/vim-speeddating
path = .vim/pack/plugins/start/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
path = .vim/pack/plugins/start/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
path = .vim/pack/plugins/start/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-interestingwords"]
path = .vim/bundle/vim-interestingwords
path = .vim/pack/plugins/start/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords.git
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
path = .vim/pack/plugins/start/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
path = .vim/pack/plugins/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule ".vim/bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
path = .vim/pack/plugins/start/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/vim-jdaddy"]
path = .vim/bundle/vim-jdaddy
path = .vim/pack/plugins/start/vim-jdaddy
url = https://github.com/tpope/vim-jdaddy.git
[submodule ".vim/bundle/vim-rooter"]
path = .vim/bundle/vim-rooter
path = .vim/pack/plugins/start/vim-rooter
url = https://github.com/airblade/vim-rooter.git
[submodule ".vim/bundle/vim-dirvish"]
path = .vim/bundle/vim-dirvish
path = .vim/pack/plugins/start/vim-dirvish
url = https://github.com/justinmk/vim-dirvish.git
[submodule ".vim/bundle/vim-signify"]
path = .vim/bundle/vim-signify
path = .vim/pack/plugins/start/vim-signify
url = https://github.com/mhinz/vim-signify.git
[submodule ".vim/bundle/fzf"]
path = .vim/bundle/fzf
path = .vim/pack/plugins/start/fzf
url = https://github.com/junegunn/fzf
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
path = .vim/pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule ".vim/bundle_extra/deoplete.nvim"]
path = .vim/bundle/deoplete.nvim
path = .vim/pack/plugins/start/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git
[submodule ".vim/bundle_extra/nvim-yarp"]
path = .vim/bundle/nvim-yarp
path = .vim/pack/plugins/start/nvim-yarp
url = https://github.com/roxma/nvim-yarp.git
[submodule ".vim/bundle_extra/vim-hug-neovim-rpc"]
path = .vim/bundle/vim-hug-neovim-rpc
path = .vim/pack/plugins/start/vim-hug-neovim-rpc
url = https://github.com/roxma/vim-hug-neovim-rpc
[submodule ".vim/bundle/tcomment_vim"]
path = .vim/bundle/tcomment_vim
path = .vim/pack/plugins/start/tcomment_vim
url = https://github.com/tomtom/tcomment_vim
[submodule ".vim/bundle/vim-header"]
path = .vim/bundle/vim-header
path = .vim/pack/plugins/start/vim-header
url = https://github.com/alpertuna/vim-header.git
[submodule ".vim/bundle/vim-angry"]
path = .vim/bundle/vim-angry
path = .vim/pack/plugins/start/vim-angry
url = https://github.com/b4winckler/vim-angry.git
[submodule ".vim/bundle/ListToggle"]
path = .vim/bundle/ListToggle
path = .vim/pack/plugins/start/ListToggle
url = https://github.com/Valloric/ListToggle.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
path = .vim/pack/plugins/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
path = .vim/pack/plugins/start/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule ".vim/bundle/vim-solarized8"]
path = .vim/bundle/vim-solarized8
path = .vim/pack/plugins/start/vim-solarized8
url = https://github.com/lifepillar/vim-solarized8.git

@ -1 +0,0 @@
Subproject commit 1a77f1c00e12e8460f39098ec3289c5433d32512

View File

@ -1,7 +1,3 @@
" vim-pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect('bundle/{}')
" ale
let g:ale_linters_explicit = 1
let g:ale_cpp_ccls_init_options = {
@ -15,7 +11,6 @@ if has('python3')
if len($PYTHON3_HOST_PROG) > 0
let g:python3_host_prog=$PYTHON3_HOST_PROG
endif
call deoplete#custom#option('sources', {'_': ['ale']})
endif
" fzf