From 6ba17a7e368651d231f7b346fce06fb6e07328e8 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 25 Jul 2022 20:56:59 +0100 Subject: [PATCH] feat(vim): add vim-fugitive and vim-rhubarb plugins --- site-modules/core/manifests/vim.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-modules/core/manifests/vim.pp b/site-modules/core/manifests/vim.pp index 061684c..fde4602 100644 --- a/site-modules/core/manifests/vim.pp +++ b/site-modules/core/manifests/vim.pp @@ -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)