plugin/vimtex cleanup for pull request

This commit is contained in:
mugaizzo 2025-11-14 12:53:07 -07:00
commit 294d658e78
3 changed files with 10 additions and 9 deletions

View file

@ -4,18 +4,10 @@
...
}: let
inherit (lib.modules) mkIf;
# inherit (lib.nvim.dag) entryAnywhere;
# inherit (lib.nvim.lua) toLuaObject;
cfg = config.vim.latex.vimtex;
in {
config = mkIf cfg.enable {
vim.startPlugins = ["vimtex"];
# vim.pluginRC.vimtex = entryAnywhere ''
# -- Description of each option can be found in https://github.com/lervag/vimtex
# -- Current nvf options are minimal, contribute your needed options
# -- require("vimtex").setup(${toLuaObject cfg.setupOpts})
# '';
};
}