aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/stylua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/stylua.lua')
-rw-r--r--lsp/stylua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/stylua.lua b/lsp/stylua.lua
index 79c12af5..33f76088 100644
--- a/lsp/stylua.lua
+++ b/lsp/stylua.lua
@@ -8,5 +8,5 @@
return {
cmd = { 'stylua', '--lsp' },
filetypes = { 'lua' },
- root_markers = { '.stylua.toml', 'stylua.toml' },
+ root_markers = { '.stylua.toml', 'stylua.toml', '.editorconfig' },
}