markdown plugin
This commit is contained in:
@@ -30,6 +30,7 @@ let
|
||||
./which_key.nix
|
||||
./wilder.nix
|
||||
./typst-preview.nix
|
||||
./markdown.nix
|
||||
]);
|
||||
merged =
|
||||
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
|
||||
steamtinkerlaunch
|
||||
tetrio-desktop
|
||||
beyond-all-reason
|
||||
#libs
|
||||
]) ++ optionals cfg.enableVr (with pkgs; [ bs-manager ]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user