9 lines
119 B
Nix
9 lines
119 B
Nix
{
|
|
plugins.lsp.servers.texlab = {
|
|
enable = true;
|
|
settings.texlab = {
|
|
build.onSave = true;
|
|
};
|
|
};
|
|
}
|