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

7 lines
57 B
Nix
Raw Normal View History

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