{"id":13716001,"url":"https://github.com/quarto-dev/quarto-vim","last_synced_at":"2025-05-07T05:32:00.068Z","repository":{"id":38238307,"uuid":"457339845","full_name":"quarto-dev/quarto-vim","owner":"quarto-dev","description":"Rmarkdown support for vim","archived":false,"fork":true,"pushed_at":"2023-01-27T15:24:47.000Z","size":31,"stargazers_count":57,"open_issues_count":4,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T15:25:07.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"vim-pandoc/vim-rmarkdown","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarto-dev.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}},"created_at":"2022-02-09T11:59:44.000Z","updated_at":"2025-03-19T11:06:49.000Z","dependencies_parsed_at":"2023-02-10T10:31:27.246Z","dependency_job_id":null,"html_url":"https://github.com/quarto-dev/quarto-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/quarto-dev%2Fquarto-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-dev%2Fquarto-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-dev%2Fquarto-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarto-dev%2Fquarto-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarto-dev","download_url":"https://codeload.github.com/quarto-dev/quarto-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823089,"owners_count":21809700,"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":[],"created_at":"2024-08-03T00:01:05.973Z","updated_at":"2025-05-07T05:31:55.041Z","avatar_url":"https://github.com/quarto-dev.png","language":"Vim script","readme":"quarto-vim\n=============\n\n[Quarto](https://quarto.org) support for vim.\n\nquarto-vim is a fork of the [vim-rmarkdown](https://github.com/vim-pandoc/vim-rmarkdown) plugin.\n\nquarto-vim currently only handles syntax highlighthing for qmd\nfiles, however we'd very much like to add more of the features\navailable in the excellent [vim-pandoc](https://githhub.com/vim-pandoc/viv-pandoc)\nplugin. If you are interested in contributing please get in\ntouch by filing an issue or sending a pull request!\n\n## Setup\n\nquarto-vim requires the [vim-pandoc-syntax](https://github.com/vim-pandoc/vim-pandoc-syntax) vim plugin. \n\n\nquarto-vim's repo uses the typical bundle layout, so it's very simple to\ninstall using some plugin manager such as [pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim) or [NeoBundle](https://github.com/Shougo/neobundle.vim). For\nexample, using Vundle you should add\n\n```viml\nPlugin 'vim-pandoc/vim-pandoc-syntax'\nPlugin 'quarto-dev/quarto-vim'\n```\n\nto your .vimrc, source it, and execute `:PluginInstall`.\n\nUsing [packer.nvim](https://github.com/wbthomason/packer.nvim), you should add\n\n```lua\nuse({\n   \"quarto-dev/quarto-vim\",\n   requires = {\n      {\"vim-pandoc/vim-pandoc-syntax\"},\n   },\n   ft = {\"quarto\"},\n})\n``` \nto your `.vimrc` (or `init.lua` in Neovim).\n\n## Usage\n\nFiles with the .qmd extension are automatically detected as Quarto files and use highlithing rules from vim-pandoc-syntax (in addition to some special rules for Quarto executable code).\n\n### Syntax\n\nquarto-vim extends pandoc's markdown syntax so that:\n\n    ```{python}\n    import numpy as np\n    np.arange(15).reshape(3, 5)\n    ```\n\n    ```{r}\n    summary(cars)\n    ```\nare recognized as Python and R code cells.\n\nInline R is also handled for the knitr engine:\n\n    inline unformatted text like `r 1 + 2` \n\nR and Python syntax is used within such fenced codeblocks and inline spans.\n","funding_links":[],"categories":["Supported editors"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarto-dev%2Fquarto-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarto-dev%2Fquarto-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarto-dev%2Fquarto-vim/lists"}