cleanup vim config

This commit is contained in:
Alex Yatskov 2019-04-20 10:38:57 -07:00
parent 1ab41281f3
commit 949c9cf195
11 changed files with 13 additions and 13 deletions

19
.gitmodules vendored
View File

@ -89,7 +89,7 @@
path = .vim/bundle/vim-jdaddy
url = https://github.com/tpope/vim-jdaddy.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle_extra/ale
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/vim-rooter"]
path = .vim/bundle/vim-rooter
@ -101,23 +101,26 @@
path = .vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify.git
[submodule ".vim/bundle/fzf"]
path = .vim/bundle_extra/fzf
path = .vim/bundle/fzf
url = https://github.com/junegunn/fzf
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle_extra/fzf.vim
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule ".vim/bundle_extra/deoplete.nvim"]
path = .vim/bundle_extra/deoplete.nvim
path = .vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git
[submodule ".vim/bundle_extra/nvim-yarp"]
path = .vim/bundle_extra/nvim-yarp
path = .vim/bundle/nvim-yarp
url = https://github.com/roxma/nvim-yarp.git
[submodule ".vim/bundle_extra/vim-hug-neovim-rpc"]
path = .vim/bundle_extra/vim-hug-neovim-rpc
path = .vim/bundle/vim-hug-neovim-rpc
url = https://github.com/roxma/vim-hug-neovim-rpc
[submodule ".vim/bundle_extra/deoplete-go"]
path = .vim/bundle_extra/deoplete-go
path = .vim/bundle/deoplete-go
url = https://github.com/deoplete-plugins/deoplete-go.git
[submodule ".vim/bundle_extra/deoplete-clangx"]
path = .vim/bundle_extra/deoplete-clangx
path = .vim/bundle/deoplete-clangx
url = https://github.com/Shougo/deoplete-clangx.git
[submodule ".vim/bundle/deoplete-jedi"]
path = .vim/bundle/deoplete-jedi
url = https://github.com/deoplete-plugins/deoplete-jedi.git

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

View File

@ -1,10 +1,6 @@
" vim-pathogen
runtime bundle/vim-pathogen/autoload/pathogen.vim
if has('unix')
execute pathogen#infect('bundle/{}', 'bundle_extra/{}')
else
execute pathogen#infect('bundle/{}')
endif
execute pathogen#infect('bundle/{}')
" ale
let g:ale_lint_on_text_changed = 'never'