X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/47f1ae9255e7e68da922747235423fd7a7b81165..2e851dd07cfcbfba242eb545111703831d31aa9a:/.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 }, -};