fix/vimtex option

This commit is contained in:
mugaizzo 2025-11-14 00:30:41 -07:00
parent df505cdf63
commit 1ffd6f7045

View file

@ -3,7 +3,7 @@
inherit (lib.types) bool str listOf;
inherit (lib.nvim.types) mkPluginSetupOption;
in {
options.vim.latex.vimtex = {
options.vim.latex = {
enable = mkEnableOption "VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files.";
setupOpts = mkPluginSetupOption "vimtex" {