{"id":50877657,"url":"https://github.com/integeresting/susu.nvim","last_synced_at":"2026-06-15T11:32:38.957Z","repository":{"id":290092301,"uuid":"973348777","full_name":"integeresting/susu.nvim","owner":"integeresting","description":"Neovim Plugin to quickly write super-/subscript","archived":false,"fork":false,"pushed_at":"2025-10-06T22:04:52.000Z","size":9,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-26T20:10:01.457Z","etag":null,"topics":["neovim-plugin","subscript","superscript"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/integeresting.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-26T19:45:49.000Z","updated_at":"2025-11-02T22:41:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c57f24e5-5300-429c-9b84-b7a5d065d48d","html_url":"https://github.com/integeresting/susu.nvim","commit_stats":null,"previous_names":["henrishub/susu.nvim","45hnri/susu.nvim","integeresting/susu.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/integeresting/susu.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integeresting%2Fsusu.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integeresting%2Fsusu.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integeresting%2Fsusu.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integeresting%2Fsusu.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integeresting","download_url":"https://codeload.github.com/integeresting/susu.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integeresting%2Fsusu.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34358770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["neovim-plugin","subscript","superscript"],"created_at":"2026-06-15T11:32:37.866Z","updated_at":"2026-06-15T11:32:38.953Z","avatar_url":"https://github.com/integeresting.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003esusu.nvim\u003c/h1\u003e\n\n\u003e [!NOTE]\n\u003e `ˢᵘₛᵤ.nvim` helps typing [**Su**perscript and **Su**bscript characters](https://en.wikipedia.org/wiki/Subscript_and_superscript) quickly\n\n\u003e [!TIP]\n\u003e not all characters have a super-/subscript equivalent\n\n\u003e [!TIP]\n\u003e if you just need numbers you could also use Vim's [digraphs](https://neovim.io/doc/user/usr_24.html#_digraphs): `\u003cC-k\u003e6s` for `₆` or `\u003cC-k\u003e9S` for `⁹`\n\n## Setup\n\nThe default config looks like this:\n\n```lua\nrequire(\"susu\").setup {\n    -- this table is optional for changing the default config\n    binds = {\n        super_in = \"\u003cLeader\u003eS\", -- next key will be converted to superscript\n        sub_in = \"\u003cLeader\u003es\", -- next key will be converted to subscript\n    },\n    picker = false, --optional telescope picker via require(\"susu\").picker\n}\n```\n\n## Installation\n\n### lazy.nvim\n\n```lua\n{\n    '45Hnri/susu.nvim',\n    -- only needed if you want to use the picker\n    dependencies = {\n        'nvim-lua/plenary.nvim',\n        'nvim-telescope/telescope-symbols.nvim',\n        'nvim-telescope/telescope.nvim',\n    }\n}\n```\n\n## Usage\n\n- `\u003cLeader\u003eS\u003cKey\u003e` to input `\u003cKey\u003e` as a Superscript character\n- `\u003cLeader\u003es\u003cKey\u003e` to input `\u003cKey\u003e` as a Subscript character\n    - [change these to your liking](#Setup)\n\n- `:lua require(\"susu\").picker()` to view all symbols in [Telescope](https://github.com/nvim-telescope/telescope.nvim)\n    - [this requires setting `picker = true`](#Setup)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegeresting%2Fsusu.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegeresting%2Fsusu.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegeresting%2Fsusu.nvim/lists"}