markdown plugin
This commit is contained in:
@@ -30,6 +30,7 @@ let
|
|||||||
./which_key.nix
|
./which_key.nix
|
||||||
./wilder.nix
|
./wilder.nix
|
||||||
./typst-preview.nix
|
./typst-preview.nix
|
||||||
|
./markdown.nix
|
||||||
]);
|
]);
|
||||||
merged =
|
merged =
|
||||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||||
|
|||||||
3
home-manager/nixvim/markdown.nix
Normal file
3
home-manager/nixvim/markdown.nix
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
plugins.render-markdown.enable = true;
|
||||||
|
}
|
||||||
@@ -48,6 +48,7 @@ in
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
steamtinkerlaunch
|
steamtinkerlaunch
|
||||||
tetrio-desktop
|
tetrio-desktop
|
||||||
|
beyond-all-reason
|
||||||
#libs
|
#libs
|
||||||
]) ++ optionals cfg.enableVr (with pkgs; [ bs-manager ]);
|
]) ++ optionals cfg.enableVr (with pkgs; [ bs-manager ]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user