mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-23 01:53:14 -04:00
fix: use valid Nix comment syntax in modules
This commit is contained in:
parent
6142f7d55e
commit
259b3d65b8
2 changed files with 7 additions and 7 deletions
|
|
@ -190,9 +190,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; [
|
||||
|
|
|
|||
Loading…
Reference in a new issue