updates
This commit is contained in:
parent
63bbeaca3b
commit
ce01469113
37 changed files with 1621 additions and 384 deletions
9
home-manager/modules/neovim/plugins/render-markdown.nix
Normal file
9
home-manager/modules/neovim/plugins/render-markdown.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
programs.nixvim = {
|
||||
plugins.render-markdown = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [python312Packages.pylatexenc];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue