added html autotags

This commit is contained in:
Nickiel12 2024-01-12 19:20:13 -08:00
parent a7b22a413f
commit a8e922730a

View file

@ -176,6 +176,7 @@ in
}; };
html.enable = true; html.enable = true;
tsserver.enable = true; tsserver.enable = true;
cssls.enable = true;
}; };
}; };
@ -184,6 +185,7 @@ in
openOnSetup = true; openOnSetup = true;
}; };
ts-autotag.enable = true;
nvim-autopairs = { nvim-autopairs = {
enable = true; enable = true;
checkTs = true; checkTs = true;
@ -200,6 +202,7 @@ in
"go" "go"
"html" "html"
"json" "json"
"css"
]; ];
}; };
rainbow-delimiters.enable = true; rainbow-delimiters.enable = true;