mirror of https://github.com/LazyVim/starter
fix: enable editorconfig support
parent
e04054b599
commit
45eb32a03d
|
@ -19,6 +19,9 @@ return {
|
||||||
servers = {
|
servers = {
|
||||||
omnisharp = {
|
omnisharp = {
|
||||||
enable_editor_config_support = true,
|
enable_editor_config_support = true,
|
||||||
|
settings = {
|
||||||
|
EnableEditorConfigSupport = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue