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

https://github.com/hrsh7th/cmp-calc

nvim-cmp source for math calculation
https://github.com/hrsh7th/cmp-calc

nvim-cmp

Last synced: 12 months ago
JSON representation

nvim-cmp source for math calculation

Awesome Lists containing this project

README

          

# cmp-calc

nvim-cmp source for math calculation.

# Setup

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