neovim-flake/modules/plugins/latex/vimtex/default.nix
2025-11-13 23:47:12 -07:00

6 lines
57 B
Nix

{
imports = [
./config.nix
./vimtex.nix
];
}