mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
Remove cmp-r (deprecated)
This commit is contained in:
parent
007bd46aff
commit
94832c21aa
2 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue