From: martin f. krafft Date: Thu, 14 Oct 2021 02:23:53 +0000 (+1300) Subject: No longer using vimplate X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/2e851dd07cfcbfba242eb545111703831d31aa9a?ds=inline;hp=-c No longer using vimplate --- 2e851dd07cfcbfba242eb545111703831d31aa9a 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 }, -};