{"id":13898528,"url":"https://github.com/phelipetls/vim-hugo","last_synced_at":"2026-01-17T07:59:01.460Z","repository":{"id":39902393,"uuid":"282115457","full_name":"phelipetls/vim-hugo","owner":"phelipetls","description":"Vim plugin for web development with static site generator Hugo","archived":false,"fork":false,"pushed_at":"2024-06-20T13:48:27.000Z","size":163,"stargazers_count":33,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-07T18:46:40.375Z","etag":null,"topics":["hugo","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phelipetls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-24T03:41:23.000Z","updated_at":"2024-07-08T14:35:17.000Z","dependencies_parsed_at":"2023-01-30T17:25:13.577Z","dependency_job_id":null,"html_url":"https://github.com/phelipetls/vim-hugo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipetls%2Fvim-hugo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipetls%2Fvim-hugo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipetls%2Fvim-hugo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phelipetls%2Fvim-hugo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phelipetls","download_url":"https://codeload.github.com/phelipetls/vim-hugo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226274926,"owners_count":17598861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hugo","vim"],"created_at":"2024-08-06T18:04:20.230Z","updated_at":"2026-01-17T07:59:01.449Z","avatar_url":"https://github.com/phelipetls.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-hugo\n\nThis is a Vim plugin for web development with the static site generator\n[Hugo](https://gohugo.io/).\n\n# HTML\n\n- syntax highlighting and identation is improved to support the HTML Go\n  template syntax.\n- `:h path` includes default directories used by Hugo, like `layouts/partials`,\n  which is convenient to start editing files with `:h gf` and friends.\n- `matchit` patterns are extended to support Go template.\n- A compiler plugin is made available so you can build your website from inside\n  Vim with `compiler hugo | make`, and build errors will populate the quickfix\n  list.\n\n# Markdown\n\nMarkdown syntax highlight is also improved to add support for shortcodes and\nYAML front matter.\n\nEmbedded languages inside the `{{\u003c highlight \u003e}}` shortcode will be\nhighlighted. For example, to highlight Python code, add `let\ng:markdown_fenced_languages=['python']` to your `.vimrc` or `init.vim`.\n\n```markdown\n{{\u003c highlight python \u003e}}\nimport foo\n{{\u003c /highlight \u003e}}\n```\n\nIf you want to highlight JavaScript code with `js` as a shorthand, use `let\ng:markdown_fenced_languages=['js=javascript']`:\n\n```markdown\n{{\u003c highlight js \u003e}}\nimport { bar } from './foo'\n{{\u003c /highlight \u003e}}\n```\n\nThis is reused from Vim's built-in syntax files for markdown, so it'll also be\nused for markdown code blocks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphelipetls%2Fvim-hugo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphelipetls%2Fvim-hugo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphelipetls%2Fvim-hugo/lists"}