https://github.com/freed-wu/coc-nerdfont
coc source for nerdfont icons
https://github.com/freed-wu/coc-nerdfont
coc-nvim neovim nerdfont vim
Last synced: 19 days ago
JSON representation
coc source for nerdfont icons
- Host: GitHub
- URL: https://github.com/freed-wu/coc-nerdfont
- Owner: Freed-Wu
- License: mit
- Created: 2024-12-21T11:59:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-11T17:34:12.000Z (3 months ago)
- Last Synced: 2025-02-11T18:35:29.379Z (3 months ago)
- Topics: coc-nvim, neovim, nerdfont, vim
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/coc-nerdfont
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-nerdfont
[](https://results.pre-commit.ci/latest/github/Freed-Wu/coc-nerdfont/main)
[](https://github.com/Freed-Wu/coc-nerdfont/actions)[](https://github.com/Freed-Wu/coc-nerdfont/releases)
[](https://github.com/Freed-Wu/coc-nerdfont/releases/latest)
[](https://github.com/Freed-Wu/coc-nerdfont/issues)
[](https://github.com/Freed-Wu/coc-nerdfont/issues?q=is%3Aissue+is%3Aclosed)
[](https://github.com/Freed-Wu/coc-nerdfont/pulls)
[](https://github.com/Freed-Wu/coc-nerdfont/pulls?q=is%3Apr+is%3Aclosed)
[](https://github.com/Freed-Wu/coc-nerdfont/discussions)
[](https://github.com/Freed-Wu/coc-nerdfont/milestones)
[](https://github.com/Freed-Wu/coc-nerdfont/network/members)
[](https://github.com/Freed-Wu/coc-nerdfont/stargazers)
[](https://github.com/Freed-Wu/coc-nerdfont/watchers)
[](https://github.com/Freed-Wu/coc-nerdfont/graphs/contributors)
[](https://github.com/Freed-Wu/coc-nerdfont/graphs/commit-activity)
[](https://github.com/Freed-Wu/coc-nerdfont/commits)
[](https://github.com/Freed-Wu/coc-nerdfont/releases/latest)[](https://github.com/Freed-Wu/coc-nerdfont/blob/main/LICENSE)
[](https://github.com/Freed-Wu/coc-nerdfont)
[](https://github.com/Freed-Wu/coc-nerdfont)
[](https://github.com/Freed-Wu/coc-nerdfont)
[](https://github.com/Freed-Wu/coc-nerdfont)
[](https://github.com/Freed-Wu/coc-nerdfont)
[](https://github.com/Freed-Wu/coc-nerdfont)[](https://www.npmjs.com/package/coc-nerdfont)
coc.nvim source for nerdfont icons.

## Install
- [coc-marketplace](https://github.com/fannheyward/coc-marketplace)
- [npm](https://www.npmjs.com/package/coc-nerdfont)
- vim:```vim
" command line
CocInstall coc-nerdfont
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-nerdfont', 'other coc-plugins']
```---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)