We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a124 commit 565f571Copy full SHA for 565f571
lsp/tombi.lua
@@ -7,5 +7,5 @@
7
return {
8
cmd = { 'tombi', 'lsp' },
9
filetypes = { 'toml' },
10
- root_markers = { 'tombi.toml', '.git' },
+ root_markers = { 'tombi.toml', 'pyproject.toml', '.git' },
11
}
0 commit comments