Skip to content

Commit 7ac2e58

Browse files
authored
docs(taplo): update out of date docstring with new root_dir (#3319)
1 parent dd32991 commit 7ac2e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lspconfig/server_configurations/taplo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo install --features lsp --locked taplo-cli
1919
```
2020
]],
2121
default_config = {
22-
root_dir = [[root_pattern("*.toml", ".git")]],
22+
root_dir = [[root_pattern(".git")]],
2323
},
2424
},
2525
}

0 commit comments

Comments
 (0)