/vim-jaskeleton

jaskeleton - just another skeleton plugin!

Primary LanguageVim ScriptMIT LicenseMIT

jaskeleton

just another skeleton plugin for vim!

License: MIT

toc

installation

using vim-plug, add to your vimrc file:

Plug 'camiloariza/vim-jaskeleton'

another plugin manager (vundle, neobundle, pathogen) can be used too!

configuration

the variables jaskeleton_user and jaskeleton_email must be set in the vimrc file. For example,

let g:jaskeleton_user = 'camilo ariza'
let g:jaskeleton_email = 'camilo.ariza@protonmail.com'

the default date format is defined as %a %d %b %Y %H:%M:%S %z, i.e. Sat 18 Apr 2020 22:14:01 -0300. The date format can be defined by setting the global variable jaskeleton_date_fmt. For example,

let g:jaskeleton_date_fmt = '%Y/%m/%d'

setting jaskeleton_date_fmt to '%Y/%m/%d' will format the date as 2020/04/18.

todo

  • get modified date tag from template
  • disable plugin command
  • documentation
    • use case animations
    • list similar plugins