mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
处理模块问题
This commit is contained in:
parent
0d3d041ba3
commit
fabba7bab1
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ return {
|
|||
filetypes,
|
||||
},
|
||||
html = { init_options = { provideFormatter = false } },
|
||||
cssmodules_ls = {
|
||||
init_options = { camelCase = "dashes" },
|
||||
},
|
||||
cssls = {
|
||||
init_options = { provideFormatter = false },
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue