fix: remove vscDebugger from default R packages (not in CRAN/rPackages)

This commit is contained in:
Daniel 2026-07-27 00:21:18 +00:00
commit 2dc7227a0e
2 changed files with 5 additions and 2 deletions

View file

@ -191,7 +191,7 @@ in {
# 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
# 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) {
lazy = true;
data = with pkgs.vimPlugins; [