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