aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/configs.md5
-rw-r--r--doc/configs.txt5
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md
index ea43b7e1..8e23a73b 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -13883,7 +13883,7 @@ Default config:
## zk
-https://github.com/mickael-menu/zk
+https://github.com/zk-org/zk
A plain text note-taking assistant
@@ -13901,11 +13901,12 @@ Default config:
```lua
{ "markdown" }
```
-- `on_attach`: [../lsp/zk.lua:16](../lsp/zk.lua#L16)
+- `on_attach`: [../lsp/zk.lua:40](../lsp/zk.lua#L40)
- `root_markers` :
```lua
{ ".zk" }
```
+- `workspace_required` : `true`
---
diff --git a/doc/configs.txt b/doc/configs.txt
index de9a62c7..605691d8 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -10339,7 +10339,7 @@ Default config:
------------------------------------------------------------------------------
zk
-https://github.com/mickael-menu/zk
+https://github.com/zk-org/zk
A plain text note-taking assistant
@@ -10352,9 +10352,10 @@ Default config:
{ "zk", "lsp" }
- filetypes: >lua
{ "markdown" }
-- on_attach (use "gF" to view): ../lsp/zk.lua:16
+- on_attach (use "gF" to view): ../lsp/zk.lua:40
- root_markers: >lua
{ ".zk" }
+- `workspace_required` : `true`
<
------------------------------------------------------------------------------