aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configs.md')
-rw-r--r--doc/configs.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/configs.md b/doc/configs.md
index e2eb1cf9..a86cb3a3 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -11970,14 +11970,7 @@ Default config:
```lua
{ "termux-language-server" }
```
-- `filetypes` :
- ```lua
- { "PKGBUILD" }
- ```
-- `root_markers` :
- ```lua
- { ".git" }
- ```
+- `root_dir`: [../lsp/termux_language_server.lua:10](../lsp/termux_language_server.lua#L10)
---