{"id":15433645,"url":"https://github.com/mskelton/termicons.nvim","last_synced_at":"2025-04-19T18:07:50.997Z","repository":{"id":101287597,"uuid":"605134276","full_name":"mskelton/termicons.nvim","owner":"mskelton","description":"Alternative set of icons for nvim-web-devicons using termicons.","archived":false,"fork":false,"pushed_at":"2024-10-05T11:54:16.000Z","size":241,"stargazers_count":11,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-07T14:52:33.128Z","etag":null,"topics":["icons","nvim","nvim-plugin","nvim-web-devicons"],"latest_commit_sha":null,"homepage":"https://mskelton.github.io/termicons/","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mskelton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-22T14:17:32.000Z","updated_at":"2024-10-05T11:54:20.000Z","dependencies_parsed_at":"2023-10-01T16:13:24.228Z","dependency_job_id":"419c4e4a-1572-4f6f-a25b-db65657aff7e","html_url":"https://github.com/mskelton/termicons.nvim","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/mskelton%2Ftermicons.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Ftermicons.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Ftermicons.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskelton%2Ftermicons.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskelton","download_url":"https://codeload.github.com/mskelton/termicons.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":220254543,"owners_count":16619035,"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":["icons","nvim","nvim-plugin","nvim-web-devicons"],"created_at":"2024-10-01T18:34:50.757Z","updated_at":"2024-10-18T05:41:41.250Z","avatar_url":"https://github.com/mskelton.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# termicons.nvim\n\nAlternative set of icons for [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) using [termicons](https://github.com/mskelton/termicons).\n\n\u003cimg width=\"277\" alt=\"image\" src=\"https://user-images.githubusercontent.com/25914066/224574131-4eb3aef2-06aa-468b-ad98-d21fea3e2506.png\"\u003e\n\n## Requirements\n\n* [termicons](https://termicons.mskelton.dev)\n\n## Installation\n\nInstall with your favorite package manager (e.g. [lazy.nvim](https://github.com/folke/lazy.nvim)).\n\n```lua\n{\n  \"mskelton/termicons.nvim\",\n  requires = { \"nvim-tree/nvim-web-devicons\" },\n  build = false,\n}\n```\n\n## Setup\n\nThis plugin works alongside [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) and simply provides an alternative set of icons.\n\n```lua\nrequire(\"termicons\").setup()\n```\n\n### Kitty\n\nTo setup termicons with [Kitty](https://sw.kovidgoyal.net/kitty), add the\nfollowing to your `kitty.conf` file.\n\n```kitty\nsymbol_map U+D000-U+D200 termicons\n```\n\n### iTerm\n\nUsage of termicons in iTerm is limited given that iTerm only supports a single\n\"non-ASCII\" font. If you don't already have a \"non-ASCII\" font specified in your\niTerm preferences, set it to \"termicons\". Sadly, termicons does not support\npatched fonts, so this does not work alongside an existing \"non-ASCII\" font.\n\n## API\n\n### `icons.get()`\n\nThe `icons.get()` method can be used to get an icon by name.\n\n```lua\nlocal icons = require('termicons')\n\nicons.get('javascript')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskelton%2Ftermicons.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskelton%2Ftermicons.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskelton%2Ftermicons.nvim/lists"}