From f297e2e2215b5d7c258b6d11c046f17eeb089959 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 16 Nov 2021 14:46:30 +0100 Subject: [PATCH] vim: load plugins on-demand --- vim/plugs.vim | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/vim/plugs.vim b/vim/plugs.vim index 25b54e3..3752823 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -57,19 +57,19 @@ Plug 'https://github.com/junegunn/goyo.vim' Plug 'https://github.com/mgedmin/coverage-highlight.vim' "Languages -Plug 'https://github.com/bfrg/vim-cpp-modern' -Plug 'https://github.com/rust-lang/rust.vim' -Plug 'https://github.com/vim-scripts/nginx.vim' -Plug 'https://github.com/plasticboy/vim-markdown' -Plug 'https://github.com/cespare/vim-toml' -Plug 'https://github.com/vim-scripts/iptables' -Plug 'https://github.com/leafoftree/vim-vue-plugin' -Plug 'https://github.com/hashivim/vim-terraform' -Plug 'https://github.com/fatih/vim-go' +Plug 'https://github.com/bfrg/vim-cpp-modern', {'for': 'cpp'} +Plug 'https://github.com/rust-lang/rust.vim', {'for': 'rust'} +Plug 'https://github.com/vim-scripts/nginx.vim', {'for': 'nginx'} +Plug 'https://github.com/plasticboy/vim-markdown', {'for': 'markdown'} +Plug 'https://github.com/cespare/vim-toml', {'for': 'toml'} +Plug 'https://github.com/vim-scripts/iptables', {'for': 'iptables'} +Plug 'https://github.com/leafoftree/vim-vue-plugin', {'for': 'vue'} +Plug 'https://github.com/hashivim/vim-terraform', {'for': 'terraform'} +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 let vim_razer = expand('~/projects_razer/vim-razer')