mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
pin R.nvim to compatible version
This commit is contained in:
parent
3d5cddab45
commit
5c22c25853
1 changed files with 1 additions and 2 deletions
|
|
@ -63,7 +63,6 @@
|
|||
tidyverse
|
||||
]
|
||||
++ (with final.extraRPackages; [
|
||||
nvimcom
|
||||
httpgd
|
||||
])
|
||||
++ (prev.lib.optional (builtins.pathExists ./r-packages.nix) (import ./r-packages.nix final.rpkgs));
|
||||
|
|
@ -664,7 +663,7 @@
|
|||
};
|
||||
## Git Plugins
|
||||
"plugins-r" = {
|
||||
url = "github:R-nvim/R.nvim";
|
||||
url = "github:R-nvim/R.nvim/b40fca202f26be4c83875dae489c655f2b834df6";
|
||||
flake = false;
|
||||
};
|
||||
"plugins-cmp-r" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue