refactor(nvim/latex): switch from vimtex to texlab
This commit is contained in:
parent
8ef4737491
commit
06c3702067
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
plugins.vimtex = {
|
plugins.lsp.servers.texlab = {
|
||||||
enable = true;
|
enable = true;
|
||||||
texlivePackage = null;
|
settings.texlab = {
|
||||||
|
build.onSave = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user