mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
fix: remove vscDebugger from default R packages (not in CRAN/rPackages)
This commit is contained in:
parent
c85925b4f7
commit
2dc7227a0e
2 changed files with 5 additions and 2 deletions
|
|
@ -44,7 +44,10 @@
|
||||||
data_table
|
data_table
|
||||||
janitor
|
janitor
|
||||||
styler
|
styler
|
||||||
vscDebugger
|
# vscDebugger is not on CRAN/Bioconductor, so it is not available in
|
||||||
|
# pkgs.rpkgs.rPackages. Install it manually in your R library if you
|
||||||
|
# want to use the nvim-dap R adapter (see plugin/26_dap.lua).
|
||||||
|
# vscDebugger
|
||||||
lintr
|
lintr
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,7 @@ in {
|
||||||
|
|
||||||
# Lazy-loaded plugins needed when the `r` cat is on. Kept separate from
|
# Lazy-loaded plugins needed when the `r` cat is on. Kept separate from
|
||||||
# `utils-lazy` so users with `r=true` and `utils=false` still get the
|
# `utils-lazy` so users with `r=true` and `utils=false` still get the
|
||||||
# R debugger (via vscDebugger) and in-buffer image rendering for plots.
|
# nvim-dap R adapter and in-buffer image rendering for plots.
|
||||||
config.specs.r-lazy = lib.mkIf (config.cats.r or false) {
|
config.specs.r-lazy = lib.mkIf (config.cats.r or false) {
|
||||||
lazy = true;
|
lazy = true;
|
||||||
data = with pkgs.vimPlugins; [
|
data = with pkgs.vimPlugins; [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue