From 2e851dd07cfcbfba242eb545111703831d31aa9a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 Oct 2021 15:23:53 +1300 Subject: [PATCH] No longer using vimplate --- .vim/vimplaterc | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vim/vimplaterc diff --git a/.vim/vimplaterc b/.vim/vimplaterc deleted file mode 100644 index 0af8747..0000000 --- a/.vim/vimplaterc +++ /dev/null @@ -1,30 +0,0 @@ -# This is an example configuration. -# please see: http://napali.ch/vimplate - -# you can use $Config::opt instead command options: -# -user= -dir= -$Config::opt = { - dir => '/home/madduck/templates', - user => 'madduck', -}; - -# we need $Config::user with the option -user= -$Config::user = { - madduck => { - firstname => 'Martin', - lastname => 'Krafft', - mail => 'mail@martin-krafft.net', - etc => '...', - }, - otherUser => { - firstname => 'otherFirstname', - lastname => 'otherLastname', - mail => 'otherMail@example.org', - }, -}; - -# use $Config::var for your own variables or subroutines -$Config::var = { - yourArray => [ 'Perl', 'C', 'C++' ], - example => sub{ time }, -}; -- 2.39.2