mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
优化
This commit is contained in:
parent
a3ac00f43d
commit
832f382c1a
1 changed files with 10 additions and 1 deletions
|
|
@ -29,7 +29,16 @@ return {
|
||||||
},
|
},
|
||||||
filetypes,
|
filetypes,
|
||||||
},
|
},
|
||||||
html = { init_options = { provideFormatter = false } },
|
html = {
|
||||||
|
init_options = {
|
||||||
|
provideFormatter = false,
|
||||||
|
configurationSection = { "html", "css", "javascript" },
|
||||||
|
embeddedLanguages = {
|
||||||
|
css = true,
|
||||||
|
javascript = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
cssmodules_ls = {
|
cssmodules_ls = {
|
||||||
capabilities = {
|
capabilities = {
|
||||||
definitionProvider = false,
|
definitionProvider = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue