https://github.com/max397574/cmp-greek
https://github.com/max397574/cmp-greek
nvim-cmp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max397574/cmp-greek
- Owner: max397574
- Created: 2022-01-10T06:36:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T08:25:37.000Z (over 4 years ago)
- Last Synced: 2025-04-09T02:13:37.640Z (about 1 year ago)
- Topics: nvim-cmp
- Language: Lua
- Homepage:
- Size: 1.95 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# cmp-greek
nvim-cmp source for greek letters.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'greek' }
}
}
```