aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/taplo.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/taplo.lua')
-rw-r--r--lsp/taplo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/taplo.lua b/lsp/taplo.lua
index 59ac2b36..4de4c8d9 100644
--- a/lsp/taplo.lua
+++ b/lsp/taplo.lua
@@ -11,5 +11,5 @@
return {
cmd = { 'taplo', 'lsp', 'stdio' },
filetypes = { 'toml' },
- root_markers = { '.git' },
+ root_markers = { '.taplo.toml', 'taplo.toml', '.git' },
}