From 19688db6950af346dc0102d44b0b0a93e23b3c61 Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 4 Mar 2025 15:10:20 -0500 Subject: [PATCH] Update roles/common/defaults/main.yaml --- roles/common/defaults/main.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/roles/common/defaults/main.yaml b/roles/common/defaults/main.yaml index e69de29..24b17b5 100644 --- a/roles/common/defaults/main.yaml +++ b/roles/common/defaults/main.yaml @@ -0,0 +1,19 @@ +--- +# Custom vim plugins +custom_vim_plugins: | + [[custom_plugins]] + name = 'hashivim/vim-terraform' + merged = 0 + + [[custom_plugins]] + name = 'hashivim/vim-vagrant' + merged = 0 + + [[custom_plugins]] + name = 'puppetlabs/puppet-syntax-vim' + merged = 0 + + [[custom_plugins]] + name = 'fatih/vim-go' + merged = 0 + \ No newline at end of file