vim: load plugins on-demand

pull/6/head
bretello 2021-11-16 14:46:30 +01:00
parent b7f6ea2fc9
commit f297e2e221
1 changed files with 11 additions and 11 deletions

View File

@ -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')