neovim-flake/modules/plugins/latex/default.nix

6 lines
36 B
Nix
Raw Normal View History

2025-11-13 23:47:12 -07:00
{
imports = [
./vimtex
];
}