feat(vim): add vim-fugitive and vim-rhubarb plugins
This commit is contained in:
parent
442232ed0d
commit
6ba17a7e36
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ class core::vim {
|
|||
'vim-puppet' => { url => 'https://github.com/rodjek/vim-puppet.git' },
|
||||
'vim-surround' => { url => 'https://github.com/tpope/vim-surround.git' },
|
||||
'vim-tmux-navigator' => { url => 'https://github.com/christoomey/vim-tmux-navigator.git' },
|
||||
'vim-fugitive' => { url => 'https://github.com/tpope/vim-fugitive.git' },
|
||||
'vim-rhubarb' => { url => 'https://github.com/tpope/vim-rhubarb.git' },
|
||||
}
|
||||
|
||||
create_resources(core::vim::plugin_start, $plugins_start)
|
||||
|
|
|
|||
Loading…
Reference in a new issue