mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-04 09:47:16 +00:00
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:
parent
dc5a2b8f37
commit
bbf7ea6daf
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ in {
|
||||||
// {
|
// {
|
||||||
default = !cfg.lsp.enable && config.vim.languages.enableFormat;
|
default = !cfg.lsp.enable && config.vim.languages.enableFormat;
|
||||||
defaultText = literalMD ''
|
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`
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue