diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-06 21:13:01 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-09-06 21:13:01 +0000 |
| commit | 7de54fc6cae5080a656329a9c2f2dff03d914cdd (patch) | |
| tree | 69749082fed624dcfccedf4f064e3ba22f529c91 /doc | |
| parent | feat(zk): implement the zk.tag.list command #4060 (diff) | |
| download | nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar.gz nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar.bz2 nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar.lz nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar.xz nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.tar.zst nvim-lspconfig-7de54fc6cae5080a656329a9c2f2dff03d914cdd.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 5 | ||||
| -rw-r--r-- | doc/configs.txt | 5 |
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` < ------------------------------------------------------------------------------ |
