Merge remote-tracking branch 'origin/refactor/quant-eco-workflow-improvements' into refactor/quant-eco-workflow-improvements

This commit is contained in:
Daniel 2026-07-27 00:18:06 +00:00
commit c85925b4f7
2 changed files with 7 additions and 7 deletions

View file

@ -189,9 +189,9 @@ 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.
# 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.
config.specs.r-lazy = lib.mkIf (config.cats.r or false) {
lazy = true;
data = with pkgs.vimPlugins; [