{"id":9407067,"url":"https://github.com/lambdalisue/vim-nerdfont","last_synced_at":"2025-04-04T20:16:19.866Z","repository":{"id":47065316,"uuid":"283189148","full_name":"lambdalisue/vim-nerdfont","owner":"lambdalisue","description":"👓  Fundemental plugin to handle Nerd Fonts in Vim","archived":false,"fork":false,"pushed_at":"2025-02-21T11:52:38.000Z","size":116,"stargazers_count":143,"open_issues_count":2,"forks_count":17,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T19:11:29.676Z","etag":null,"topics":["devicons","neovim","nerdfont","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/lambdalisue.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},"funding":{"github":"lambdalisue"}},"created_at":"2020-07-28T11:14:21.000Z","updated_at":"2025-03-21T16:14:59.000Z","dependencies_parsed_at":"2024-01-14T16:05:47.663Z","dependency_job_id":"b0f61b57-7f5b-4cac-b06c-1953c83eefec","html_url":"https://github.com/lambdalisue/vim-nerdfont","commit_stats":{"total_commits":65,"total_committers":15,"mean_commits":4.333333333333333,"dds":0.7076923076923076,"last_synced_commit":"4dec28b62e6f5a0d6f99067cfef1159eefe2014d"},"previous_names":["lambdalisue/vim-nerdfont","lambdalisue/nerdfont.vim"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-nerdfont","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-nerdfont/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-nerdfont/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-nerdfont/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-nerdfont/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242683,"owners_count":20907134,"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":["devicons","neovim","nerdfont","vim"],"created_at":"2024-05-10T18:03:45.577Z","updated_at":"2025-04-04T20:16:19.845Z","avatar_url":"https://github.com/lambdalisue.png","language":"Vim Script","readme":"# 👓 nerdfont.vim\n\n![Support Vim 8.2.5136 or above](https://img.shields.io/badge/support-Vim%208.2.5136%20or%20above-yellowgreen.svg)\n![Support Neovim 0.4.4 or above](https://img.shields.io/badge/support-Neovim%200.4.4%20or%20above-yellowgreen.svg)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Doc](https://img.shields.io/badge/doc-%3Ah%20nerdfont-orange.svg)](doc/nerdfont.txt)\n\n[![reviewdog](https://github.com/lambdalisue/nerdfont.vim/workflows/reviewdog/badge.svg)](https://github.com/lambdalisue/nerdfont.vim/actions?query=workflow%3Areviewdog)\n[![Vim](https://github.com/lambdalisue/vim-nerdfont/actions/workflows/vim.yml/badge.svg)](https://github.com/lambdalisue/vim-nerdfont/actions/workflows/vim.yml)\n[![Neovim](https://github.com/lambdalisue/vim-nerdfont/actions/workflows/neovim.yml/badge.svg)](https://github.com/lambdalisue/vim-nerdfont/actions/workflows/neovim.yml)\n\nA simplified version of [vim-devicons][] which does NOT provide any 3rd party integrations in itself.\nIn otherwords, it is a fundemental plugin to handle [Nerd Fonts][] from Vim.\n\n[vim-devicons]: https://github.com/ryanoasis/vim-devicons\n[nerd fonts]: https://github.com/ryanoasis/nerd-fonts\n\n![](https://user-images.githubusercontent.com/546312/88701008-6c1c5980-d144-11ea-8d6b-d4f4290274a6.png)\n_With fern.vim + fern-renderer-nerdfont.vim. All glyphs above were powered by this plugin_\n\n## Usage\n\nFirst of all, make sure one of [Nerd Fonts][] is used in your Vim.\nAfter that, use `nerdfont#find()` function to find a glyph for the current filetype like:\n\n```vim\necho nerdfont#find()\n\n```\n\nOr specify a path to find a glyph for a particular path like:\n\n```vim\necho nerdfont#find(expand('~/.vimrc'))\n\necho nerdfont#find(expand('~/.vim'))\n\n```\n\nAbove automatically check if the specified path is directory.\nTo avoid that, specify the second argument to tell if the path is directory or not like:\n\n```vim\necho nerdfont#find(expand('~/.vimrc'), 0)\n\necho nerdfont#find(expand('~/.vimrc'), 1)\n\n```\n\nSee `:help nerdfont-function` to find glyphs for directory, fileformat, platform, etc.\n\n## Contribution\n\nIf you would like to add new glyph/filetype supports, see the following files\n\n| If                                                  | Where                                                        |\n| --------------------------------------------------- | ------------------------------------------------------------ |\n| Want to add new extension (e.g. `.js`)              | [`assets/json/extension.json`](./assets/json/extension.json) |\n| Want to add new exact name (e.g. `Makefile`)        | [`assets/json/basename.json`](./assets/json/basename.json)   |\n| Want to add new complex pattern (e.g. `.*/bin/.*$`) | [`assets/json/pattern.json`](./assets/json/pattern.json)     |\n\n## Integrations\n\nSee [Integration section](https://github.com/lambdalisue/nerdfont.vim/wiki#integrations) of Wiki.\n\n## License\n\nThe glyph mappings has copied from [vim-devicons][] thus the part follow the license of [vim-devicons][] ([LICENSE.vim-devicons](./LICENSE.vim-devicon)).\nOther parts are MIT license explained in [LICENSE](./LICENSE).\n","funding_links":["https://github.com/sponsors/lambdalisue"],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-nerdfont","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-nerdfont","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-nerdfont/lists"}