From 29066e2839fa76f18f5d9157400bdc81d92b5f60 Mon Sep 17 00:00:00 2001 From: mugaizzo Date: Fri, 14 Nov 2025 12:54:19 -0700 Subject: [PATCH] plugin/vimtex nix fmt --- modules/plugins/latex/vimtex/vimtex.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugins/latex/vimtex/vimtex.nix b/modules/plugins/latex/vimtex/vimtex.nix index 1bfa5cde..5b7f11f5 100644 --- a/modules/plugins/latex/vimtex/vimtex.nix +++ b/modules/plugins/latex/vimtex/vimtex.nix @@ -5,9 +5,9 @@ in { options.vim.latex.vimtex = { enable = mkEnableOption '' - VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files. + VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files. - VimTeX options are under vim.global.vimtex_OPTION + VimTeX options are under vim.global.vimtex_OPTION ''; setupOpts = mkPluginSetupOption "vimtex" {