{"id":20772987,"url":"https://github.com/gsass1/ascii.nvim","last_synced_at":"2026-05-04T08:38:34.419Z","repository":{"id":76133260,"uuid":"420485057","full_name":"gsass1/ascii.nvim","owner":"gsass1","description":"A NeoVim plugin for drawing ASCII art.","archived":false,"fork":false,"pushed_at":"2021-10-24T13:43:59.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T20:47:08.706Z","etag":null,"topics":["ascii-art","documentation","neovim","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","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/gsass1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-23T17:57:22.000Z","updated_at":"2024-10-30T10:29:51.000Z","dependencies_parsed_at":"2023-07-04T02:05:53.075Z","dependency_job_id":null,"html_url":"https://github.com/gsass1/ascii.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gsass1/ascii.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsass1%2Fascii.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsass1%2Fascii.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsass1%2Fascii.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsass1%2Fascii.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gsass1","download_url":"https://codeload.github.com/gsass1/ascii.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gsass1%2Fascii.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261782375,"owners_count":23208903,"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":["ascii-art","documentation","neovim","plugin","vim"],"created_at":"2024-11-17T12:23:50.256Z","updated_at":"2025-10-16T16:21:46.335Z","avatar_url":"https://github.com/gsass1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ascii.nvim\n\nA plugin to help spice up your text documentation, for NeoVim using the [remote plugin feature](https://pynvim.readthedocs.io/en/latest/usage/remote-plugins.html).\n\n![Demonstration](https://user-images.githubusercontent.com/4589491/138596861-8fc26d75-d96b-4a2e-a20c-88ee81c77d31.gif)\n\n**Disclaimer:** very WIP! Expect things to break and stuff not to work flawlessly until I can release a stable version.\n\n# Features\n- [x] Boxes with variable padding\n- [ ] Arrows\n- [ ] Circles?\n- [ ] Triangles?\n\n# Requirements\n\n- NeoVim\n- Python3\n\n# Installation\n\nIf you're using vim-plug:\n```\nPlug 'gsass1/ascii.nvim'\n```\n\nAfter installing execute `:UpdateRemotePlugins` to register the Python3 plugin files.\n\n# Configuration\n\n## Variables\nPut this somewhere in your config:\n\n```VimL\nlet g:ascii_default_hpadding = 1\nlet g:ascii_default_vpadding = 1\nlet g:ascii_hline_char = \"-\"\nlet g:ascii_vline_char = \"|\"\nlet g:ascii_corner_char = \"+\"\n```\n\n## Commands\n### Box\nPut an ASCII box around a selection.\n\nUsage: `:Box --hpadding=HPADDING --vpadding=VPADDING`\n\nBind it: `vnoremap \u003cF3\u003e :Box\u003cCR\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsass1%2Fascii.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgsass1%2Fascii.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgsass1%2Fascii.nvim/lists"}