Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazibear/cmp-nerdfonts
nvim-cmp source for nerdfonts.
https://github.com/fazibear/cmp-nerdfonts
hacktoberfest nvim nvim-cmp nvim-plugin
Last synced: 29 days ago
JSON representation
nvim-cmp source for nerdfonts.
- Host: GitHub
- URL: https://github.com/fazibear/cmp-nerdfonts
- Owner: fazibear
- Created: 2023-08-26T17:03:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T08:46:47.000Z (about 1 year ago)
- Last Synced: 2024-08-07T18:34:26.247Z (3 months ago)
- Topics: hacktoberfest, nvim, nvim-cmp, nvim-plugin
- Language: Lua
- Homepage:
- Size: 696 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmp-nerdfonts
nvim-cmp source for nerdfonts.
Don't need to go to [www.nerdfonts.com](https://www.nerdfonts.com/cheat-sheet)! Add glyphs straight from nvim.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'nerdfonts' }
}
}
```# Update glyphs
```lua
require('cmp_nerdfonts').update()
```