mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix: enable editorconfig support
This commit is contained in:
parent
e04054b599
commit
45eb32a03d
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ return {
|
||||||
servers = {
|
servers = {
|
||||||
omnisharp = {
|
omnisharp = {
|
||||||
enable_editor_config_support = true,
|
enable_editor_config_support = true,
|
||||||
|
settings = {
|
||||||
|
EnableEditorConfigSupport = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue