Skip to content

Commit

Permalink
feat(nvim): enable image.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Jan 2, 2025
1 parent 318c73b commit efdfdda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim.nix/config/writing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,12 @@
"core.summary".config.strategy = "by_path";
"core.ui" = { };
"core.ui.calendar" = { };
"core.latex.renderer" = { };
};
};

plugins.image.enable = true;

plugins.markdown-preview = {
enable = true;
settings.theme = "dark";
Expand Down

0 comments on commit efdfdda

Please sign in to comment.