hrsh7th / cmp-calc

nvim-cmp source for math calculation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmp-calc

nvim-cmp source for math calculation.

Setup

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

About

nvim-cmp source for math calculation


Languages

Language:Lua 100.0%