fix: enable editorconfig support

This commit is contained in:
fm39hz-laptop 2024-10-28 09:26:34 +07:00
parent e04054b599
commit 45eb32a03d

View file

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