Fixed typo in modules/plugins/languages/tex/formatter.nix

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
Isaac Shiells Thomas 2025-12-20 16:19:03 -07:00 committed by GitHub
commit bbf7ea6daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ in {
// {
default = !cfg.lsp.enable && config.vim.languages.enableFormat;
defaultText = literalMD ''
diabled if TeX LSP is enabled, otherwise follows {option}`vim.languages.enableFormat`
disabled if TeX LSP is enabled, otherwise follows {option}`vim.languages.enableFormat`
'';
};