mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: load plugins on-demand
This commit is contained in:
parent
b7f6ea2fc9
commit
f297e2e221
|
@ -57,19 +57,19 @@ Plug 'https://github.com/junegunn/goyo.vim'
|
||||||
Plug 'https://github.com/mgedmin/coverage-highlight.vim'
|
Plug 'https://github.com/mgedmin/coverage-highlight.vim'
|
||||||
|
|
||||||
"Languages
|
"Languages
|
||||||
Plug 'https://github.com/bfrg/vim-cpp-modern'
|
Plug 'https://github.com/bfrg/vim-cpp-modern', {'for': 'cpp'}
|
||||||
Plug 'https://github.com/rust-lang/rust.vim'
|
Plug 'https://github.com/rust-lang/rust.vim', {'for': 'rust'}
|
||||||
Plug 'https://github.com/vim-scripts/nginx.vim'
|
Plug 'https://github.com/vim-scripts/nginx.vim', {'for': 'nginx'}
|
||||||
Plug 'https://github.com/plasticboy/vim-markdown'
|
Plug 'https://github.com/plasticboy/vim-markdown', {'for': 'markdown'}
|
||||||
Plug 'https://github.com/cespare/vim-toml'
|
Plug 'https://github.com/cespare/vim-toml', {'for': 'toml'}
|
||||||
Plug 'https://github.com/vim-scripts/iptables'
|
Plug 'https://github.com/vim-scripts/iptables', {'for': 'iptables'}
|
||||||
Plug 'https://github.com/leafoftree/vim-vue-plugin'
|
Plug 'https://github.com/leafoftree/vim-vue-plugin', {'for': 'vue'}
|
||||||
Plug 'https://github.com/hashivim/vim-terraform'
|
Plug 'https://github.com/hashivim/vim-terraform', {'for': 'terraform'}
|
||||||
Plug 'https://github.com/fatih/vim-go'
|
Plug 'https://github.com/fatih/vim-go', {'for': 'go'}
|
||||||
|
|
||||||
Plug 'epheien/termdbg'
|
" Plug 'epheien/termdbg'
|
||||||
|
|
||||||
Plug 'https://github.com/alfredodeza/pytest.vim'
|
Plug 'https://github.com/alfredodeza/pytest.vim', {'for': 'python'}
|
||||||
|
|
||||||
" No RGB, no party
|
" No RGB, no party
|
||||||
let vim_razer = expand('~/projects_razer/vim-razer')
|
let vim_razer = expand('~/projects_razer/vim-razer')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user