Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/max397574/cmp-greek


https://github.com/max397574/cmp-greek

nvim-cmp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# cmp-greek

nvim-cmp source for greek letters.

# Setup

```lua
require'cmp'.setup {
sources = {
{ name = 'greek' }
}
}
```