From bec7627aaaad0416d38ea7bb596e8c0d26b57364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20L=C3=BCdecke?= Date: Fri, 23 May 2025 22:30:48 +0200 Subject: [PATCH] Dropped support for calc + cmp-calc, use qalc instead for explicit calculations --- lua/config/nvim-cmp.lua | 1 - lua/plugins.lua | 5 ----- 2 files changed, 6 deletions(-) diff --git a/lua/config/nvim-cmp.lua b/lua/config/nvim-cmp.lua index 90b6c53..b65a104 100644 --- a/lua/config/nvim-cmp.lua +++ b/lua/config/nvim-cmp.lua @@ -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 }) }) diff --git a/lua/plugins.lua b/lua/plugins.lua index 958cad0..17ffb44 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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",