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