This commit is contained in:
chuyanlong 2025-10-02 23:14:09 +08:00
parent a3ac00f43d
commit 832f382c1a

View file

@ -29,7 +29,16 @@ return {
},
filetypes,
},
html = { init_options = { provideFormatter = false } },
html = {
init_options = {
provideFormatter = false,
configurationSection = { "html", "css", "javascript" },
embeddedLanguages = {
css = true,
javascript = true,
},
},
},
cssmodules_ls = {
capabilities = {
definitionProvider = false,