neovim: Remove cmp-calc
Some checks failed
Build / check (push) Failing after 16s
Build / load_packages (push) Failing after 17s
Build / build (push) Has been skipped
Build / build-status (push) Failing after 4s

This commit is contained in:
traxys 2026-05-03 16:07:22 +02:00
parent c75fb534be
commit 41e1da43cb

View file

@ -36,7 +36,6 @@
"buffer"
"path"
"git"
"calc"
"omni"
];
providers = {
@ -44,10 +43,6 @@
name = "git";
module = "blink.compat.source";
};
calc = {
name = "calc";
module = "blink.compat.source";
};
omni = {
name = "omni";
module = "blink.compat.source";
@ -64,5 +59,4 @@
plugins.cmp-omni.enable = true;
plugins.cmp-git.enable = true;
plugins.cmp-calc.enable = true;
}