Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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()
```