Remove cmp-r (deprecated)

This commit is contained in:
Daniel Winkler 2026-01-30 15:46:29 +11:00
commit 94832c21aa
2 changed files with 1 additions and 11 deletions

View file

@ -22,10 +22,7 @@
url = "github:R-nvim/R.nvim"; url = "github:R-nvim/R.nvim";
flake = false; flake = false;
}; };
"plugins-cmp-r" = {
url = "github:R-nvim/cmp-r";
flake = false;
};
"plugins-cmp-pandoc-references" = { "plugins-cmp-pandoc-references" = {
url = "github:jmbuhr/cmp-pandoc-references"; url = "github:jmbuhr/cmp-pandoc-references";
flake = false; flake = false;

View file

@ -22,13 +22,6 @@
]; ];
}; };
config.specs.r-lazy = {
lazy = true;
data = [
config.nvim-lib.neovimPlugins.cmp-r
];
};
config.specs.general = { config.specs.general = {
data = with pkgs.vimPlugins; [ data = with pkgs.vimPlugins; [
lze lze