Add cmp-calc

Show calculations as a completion suggestion.

https://github.com/hrsh7th/cmp-calc
This commit is contained in:
Oliver Davies 2024-09-04 18:36:35 +01:00
parent 5af45522fb
commit f8c09a13e4
2 changed files with 2 additions and 0 deletions

View file

@ -141,6 +141,7 @@ rec {
# Completion
cmp-buffer
cmp-calc
cmp-cmdline
cmp-nvim-lsp
cmp-path

View file

@ -32,6 +32,7 @@ cmp.setup {
sources = {
{ name = "nvim_lsp" },
{ name = "nvim_lua" },
{ name = "calc" },
{ name = "luasnip" },
},