fix: enable editorconfig support

pull/99/head
fm39hz-laptop 2024-10-28 09:26:34 +07:00
parent e04054b599
commit 45eb32a03d
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ return {
servers = { servers = {
omnisharp = { omnisharp = {
enable_editor_config_support = true, enable_editor_config_support = true,
settings = {
EnableEditorConfigSupport = true,
},
}, },
}, },
}, },