Dropped support for calc + cmp-calc, use qalc instead for explicit calculations
This commit is contained in:
@@ -91,6 +91,5 @@ cmp.setup({
|
||||
{ name = 'path' }, -- For path completion
|
||||
{ name = 'orgmode' }, -- for nvim-orgmode
|
||||
{ name = 'sonicpi' }, -- for sonic-pi integration
|
||||
{ name = 'calc' }, -- for calulcator
|
||||
})
|
||||
})
|
||||
|
||||
@@ -356,11 +356,6 @@ require("lazy").setup({
|
||||
end
|
||||
},
|
||||
|
||||
-- calulcation in cmp
|
||||
{
|
||||
"hrsh7th/cmp-calc",
|
||||
},
|
||||
|
||||
-- calculate using qalc cli, call :QalcAttach or :Qalc
|
||||
{
|
||||
"Apeiros-46B/qalc.nvim",
|
||||
|
||||
Reference in New Issue
Block a user