vim-hugo-helper
vim-hugo-helper copied to clipboard
A small Vim plugin with a set of helpers for Hugo https://gohugo.io
Due to [this check](https://github.com/robertbasic/vim-hugo-helper/blob/4c776e62f928338162b41152f53052a8311a2f4b/plugin/hugohelper.vim#L77) the lastmod is not being updated for me. Would you mind either removing the check altogether – because it's not universally correct for a Hugo site,...
Hugo defines [3 front matter formats](https://gohugo.io/content-management/front-matter/#front-matter-formats): TOML, YAML, and JSON. The `HugoHelperDateIsNow` command inserts `date =`, which works for TOML but breaks YAML and JSON front matter. I haven't checked...
This PR fixes a typo i spotted in the project. It also converts two links from `http` to `https` protocol.
Any plans to support nvim with lua
This fixes https://github.com/robertbasic/vim-hugo-helper/issues/13