Dropped support for calc + cmp-calc, use qalc instead for explicit calculations

This commit is contained in:
2025-05-23 22:30:48 +02:00
parent c38ec7f2e4
commit bec7627aaa
2 changed files with 0 additions and 6 deletions

View File

@@ -91,6 +91,5 @@ cmp.setup({
{ name = 'path' }, -- For path completion { name = 'path' }, -- For path completion
{ name = 'orgmode' }, -- for nvim-orgmode { name = 'orgmode' }, -- for nvim-orgmode
{ name = 'sonicpi' }, -- for sonic-pi integration { name = 'sonicpi' }, -- for sonic-pi integration
{ name = 'calc' }, -- for calulcator
}) })
}) })

View File

@@ -356,11 +356,6 @@ require("lazy").setup({
end end
}, },
-- calulcation in cmp
{
"hrsh7th/cmp-calc",
},
-- calculate using qalc cli, call :QalcAttach or :Qalc -- calculate using qalc cli, call :QalcAttach or :Qalc
{ {
"Apeiros-46B/qalc.nvim", "Apeiros-46B/qalc.nvim",