Add cmp-calc
Show calculations as a completion suggestion. https://github.com/hrsh7th/cmp-calc
This commit is contained in:
parent
5af45522fb
commit
f8c09a13e4
|
@ -141,6 +141,7 @@ rec {
|
|||
|
||||
# Completion
|
||||
cmp-buffer
|
||||
cmp-calc
|
||||
cmp-cmdline
|
||||
cmp-nvim-lsp
|
||||
cmp-path
|
||||
|
|
|
@ -32,6 +32,7 @@ cmp.setup {
|
|||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "nvim_lua" },
|
||||
{ name = "calc" },
|
||||
{ name = "luasnip" },
|
||||
},
|
||||
|
||||
|
|
Reference in a new issue