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
- Host: GitHub
- URL: https://github.com/hrsh7th/cmp-calc
- Owner: hrsh7th
- Created: 2021-08-03T14:51:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T13:44:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T05:11:16.265Z (about 1 year ago)
- Topics: nvim-cmp
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 156
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmp-calc
nvim-cmp source for math calculation.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'calc' }
}
}
```