Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 135 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 135 Bytes

cmp-calc

nvim-cmp source for math calculation.

Setup

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