Skip to content

Commit 565f571

Browse files
ya7010lithammer
authored andcommitted
feat(lsp): update root markers for Tombi language server
1 parent 414a124 commit 565f571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/tombi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
return {
88
cmd = { 'tombi', 'lsp' },
99
filetypes = { 'toml' },
10-
root_markers = { 'tombi.toml', '.git' },
10+
root_markers = { 'tombi.toml', 'pyproject.toml', '.git' },
1111
}

0 commit comments

Comments
 (0)