refactor(nvim/latex): switch from vimtex to texlab

This commit is contained in:
Michael Thomas 2024-09-11 13:49:43 -04:00
parent 8ef4737491
commit 06c3702067

View File

@ -1,6 +1,8 @@
{ {
plugins.vimtex = { plugins.lsp.servers.texlab = {
enable = true; enable = true;
texlivePackage = null; settings.texlab = {
build.onSave = true;
};
}; };
} }