aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lsp/tombi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp/tombi.lua b/lsp/tombi.lua
index fc1cc886..9200068c 100644
--- a/lsp/tombi.lua
+++ b/lsp/tombi.lua
@@ -7,5 +7,5 @@
return {
cmd = { 'tombi', 'lsp' },
filetypes = { 'toml' },
- root_markers = { 'tombi.toml', '.git' },
+ root_markers = { 'tombi.toml', 'pyproject.toml', '.git' },
}