aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md9
-rw-r--r--doc/configs.txt5
2 files changed, 2 insertions, 12 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)
---
diff --git a/doc/configs.txt b/doc/configs.txt
index 0f71f7ef..68486a65 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -8861,10 +8861,7 @@ Snippet to enable the language server: >lua
Default config:
- cmd: >lua
{ "termux-language-server" }
-- filetypes: >lua
- { "PKGBUILD" }
-- root_markers: >lua
- { ".git" }
+- root_dir (use "gF" to view): ../lsp/termux_language_server.lua:10
<
------------------------------------------------------------------------------