{
plugins.lsp = {
servers = {
html = {
enable = true;
extraOptions.settings.html = {
format = {
wrapLineLength = 79;
wrapAttributes = "force-aligned";
};
}