Add Date For Hugo In Vim

December 15, 2023

Leader D

writing frontmatter sucks. vim to the resue.

" Map <leader>d to insert the current date and time in "YYYY-MM-DD HH:MM:SS" format
nnoremap <leader>d i<C-R>=strftime('%Y-%m-%d %H:%M:%S')<CR><Esc>

vim-hugo-helper

Plug ‘robertbasic/vim-hugo-helper’

its not great but its something