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
|
# Completion
|
||||||
cmp-buffer
|
cmp-buffer
|
||||||
|
cmp-calc
|
||||||
cmp-cmdline
|
cmp-cmdline
|
||||||
cmp-nvim-lsp
|
cmp-nvim-lsp
|
||||||
cmp-path
|
cmp-path
|
||||||
|
|
|
@ -32,6 +32,7 @@ cmp.setup {
|
||||||
sources = {
|
sources = {
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp" },
|
||||||
{ name = "nvim_lua" },
|
{ name = "nvim_lua" },
|
||||||
|
{ name = "calc" },
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Reference in a new issue