fixed wivrn and added inline latex rendering for nvim

This commit is contained in:
2026-02-20 15:12:54 +00:00
parent 0243cb0b18
commit caf1d5cd60
2 changed files with 25 additions and 2 deletions

View File

@@ -262,10 +262,34 @@
# other shit
pkgs.lua5_1
inputs.tree-sitter.packages.${stdenv.hostPlatform.system}.default
pkgs.tree-sitter
pkgs.ripgrep
pkgs.gcc
pkgs.gnumake
pkgs.imagemagick
pkgs.luajitPackages.magick
pkgs.ghostscript
pkgs.luarocks
(pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-basic
varwidth
preview
mathtools
amsfonts
amscdx
xcolor
dvisvgm
dvipng # for preview and export as html
wrapfig
standalone
graphicxbox
amsmath
ulem
hyperref
capt-of
;
})
]
}
'';