mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-07 11:17:15 +00:00
plugin/vimtex nix fmt
This commit is contained in:
parent
294d658e78
commit
29066e2839
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
in {
|
in {
|
||||||
options.vim.latex.vimtex = {
|
options.vim.latex.vimtex = {
|
||||||
enable = mkEnableOption ''
|
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" {
|
setupOpts = mkPluginSetupOption "vimtex" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue