mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-10 20:56:35 +00:00
fix/vimtex option
This commit is contained in:
parent
df505cdf63
commit
1ffd6f7045
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
inherit (lib.types) bool str listOf;
|
inherit (lib.types) bool str listOf;
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||||
in {
|
in {
|
||||||
options.vim.latex.vimtex = {
|
options.vim.latex = {
|
||||||
enable = mkEnableOption "VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files.";
|
enable = mkEnableOption "VimTeX is a modern Vim and Neovim filetype and syntax plugin for LaTeX files.";
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "vimtex" {
|
setupOpts = mkPluginSetupOption "vimtex" {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue