Skip to content

hrsh7th/cmp-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

cmp-calc

nvim-cmp source for math calculation.

Setup

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