diff --git a/modules/plugins/latex/vimtex/vimtex.nix b/modules/plugins/latex/vimtex/vimtex.nix index 1fd96b13..d7556b3c 100644 --- a/modules/plugins/latex/vimtex/vimtex.nix +++ b/modules/plugins/latex/vimtex/vimtex.nix @@ -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" {