{"id":18290538,"url":"https://github.com/dcampos/cmp-emmet-vim","last_synced_at":"2025-04-05T10:30:44.152Z","repository":{"id":66959511,"uuid":"533524647","full_name":"dcampos/cmp-emmet-vim","owner":"dcampos","description":"emmet-vim completion source for nvim-cmp.","archived":false,"fork":false,"pushed_at":"2023-05-06T15:48:21.000Z","size":12,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T02:41:30.571Z","etag":null,"topics":["nvim-cmp"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcampos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-06T22:44:37.000Z","updated_at":"2025-02-19T23:27:36.000Z","dependencies_parsed_at":"2023-05-15T22:15:06.811Z","dependency_job_id":null,"html_url":"https://github.com/dcampos/cmp-emmet-vim","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/dcampos%2Fcmp-emmet-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-emmet-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-emmet-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcampos%2Fcmp-emmet-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcampos","download_url":"https://codeload.github.com/dcampos/cmp-emmet-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247324364,"owners_count":20920627,"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":["nvim-cmp"],"created_at":"2024-11-05T14:11:21.725Z","updated_at":"2025-04-05T10:30:44.132Z","avatar_url":"https://github.com/dcampos.png","language":"Lua","readme":"# cmp-emmet-vim\n\n[emmet-vim][emmet] completion source for [nvim-cmp][cmp].\n\n## Features\n\n* Snippet expansion/jumping with your favorite snippet manager\n* Snippet completion/preview\n* Takes advantage of treesitter for filetype detection\n* Doesn't require an extra LSP or Node\n\n## Setup\n\nInstall using your favorite plugin manager:\n\n```viml\nPlug 'dcampos/cmp-emmet-vim'\n```\n\nEnable:\n\n```lua\nrequire 'cmp'.setup {\n  sources = {\n    { name = 'emmet_vim' }\n  }\n}\n```\n\nNote: if you don't have `mattn/emmet-vim`, install it first:\n\n```viml\nPlug 'mattn/emmet-vim'\n```\n\n## Configuration\n\nCurrently there is a single option available.\n\n```lua\nrequire 'cmp'.setup {\n  sources = {\n    {\n        name = 'emmet_vim',\n        option = {\n            filetypes = { ... },\n        }\n    }\n  }\n}\n```\n\n### filetypes (type: string[])\n\n***Default***: `{ 'html', 'xml', 'typescriptreact', 'javascriptreact', 'css', 'sass', 'scss', 'less', 'heex', 'tsx', 'jsx' }`\n\n Filetypes, including embedded filetypes, for which to enable this source.\n\n## Related projects\n\n* [jackieaskins/cmp-emmet][cmp-emmet]\n* [aca/emmet-ls][emmet-ls]\n* [thendo-rambane/emmet-compe][emmet-compe] (deprecated)\n\n[emmet]: https://github.com/mattn/emmet-vim\n[cmp]: https://github.com/hrsh7th/nvim-cmp\n[cmp-emmet]: https://github.com/jackieaskins/cmp-emmet\n[emmet-ls]: https://github.com/aca/emmet-ls\n[emmet-compe]: https://github.com/thendo-rambane/emmet-compe\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fcmp-emmet-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcampos%2Fcmp-emmet-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcampos%2Fcmp-emmet-vim/lists"}