cleanup vim config
This commit is contained in:
parent
1ab41281f3
commit
949c9cf195
19
.gitmodules
vendored
19
.gitmodules
vendored
@ -89,7 +89,7 @@
|
|||||||
path = .vim/bundle/vim-jdaddy
|
path = .vim/bundle/vim-jdaddy
|
||||||
url = https://github.com/tpope/vim-jdaddy.git
|
url = https://github.com/tpope/vim-jdaddy.git
|
||||||
[submodule ".vim/bundle/ale"]
|
[submodule ".vim/bundle/ale"]
|
||||||
path = .vim/bundle_extra/ale
|
path = .vim/bundle/ale
|
||||||
url = https://github.com/w0rp/ale.git
|
url = https://github.com/w0rp/ale.git
|
||||||
[submodule ".vim/bundle/vim-rooter"]
|
[submodule ".vim/bundle/vim-rooter"]
|
||||||
path = .vim/bundle/vim-rooter
|
path = .vim/bundle/vim-rooter
|
||||||
@ -101,23 +101,26 @@
|
|||||||
path = .vim/bundle/vim-signify
|
path = .vim/bundle/vim-signify
|
||||||
url = https://github.com/mhinz/vim-signify.git
|
url = https://github.com/mhinz/vim-signify.git
|
||||||
[submodule ".vim/bundle/fzf"]
|
[submodule ".vim/bundle/fzf"]
|
||||||
path = .vim/bundle_extra/fzf
|
path = .vim/bundle/fzf
|
||||||
url = https://github.com/junegunn/fzf
|
url = https://github.com/junegunn/fzf
|
||||||
[submodule ".vim/bundle/fzf.vim"]
|
[submodule ".vim/bundle/fzf.vim"]
|
||||||
path = .vim/bundle_extra/fzf.vim
|
path = .vim/bundle/fzf.vim
|
||||||
url = https://github.com/junegunn/fzf.vim.git
|
url = https://github.com/junegunn/fzf.vim.git
|
||||||
[submodule ".vim/bundle_extra/deoplete.nvim"]
|
[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
|
url = https://github.com/Shougo/deoplete.nvim.git
|
||||||
[submodule ".vim/bundle_extra/nvim-yarp"]
|
[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
|
url = https://github.com/roxma/nvim-yarp.git
|
||||||
[submodule ".vim/bundle_extra/vim-hug-neovim-rpc"]
|
[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
|
url = https://github.com/roxma/vim-hug-neovim-rpc
|
||||||
[submodule ".vim/bundle_extra/deoplete-go"]
|
[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
|
url = https://github.com/deoplete-plugins/deoplete-go.git
|
||||||
[submodule ".vim/bundle_extra/deoplete-clangx"]
|
[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
|
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
|
||||||
|
1
.vim/bundle/deoplete-jedi
Submodule
1
.vim/bundle/deoplete-jedi
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f89669d2b089d75f1eccbf8d14277b74857a850d
|
@ -1,10 +1,6 @@
|
|||||||
" vim-pathogen
|
" vim-pathogen
|
||||||
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
runtime bundle/vim-pathogen/autoload/pathogen.vim
|
||||||
if has('unix')
|
execute pathogen#infect('bundle/{}')
|
||||||
execute pathogen#infect('bundle/{}', 'bundle_extra/{}')
|
|
||||||
else
|
|
||||||
execute pathogen#infect('bundle/{}')
|
|
||||||
endif
|
|
||||||
|
|
||||||
" ale
|
" ale
|
||||||
let g:ale_lint_on_text_changed = 'never'
|
let g:ale_lint_on_text_changed = 'never'
|
||||||
|
Loading…
Reference in New Issue
Block a user