diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-13 08:06:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-13 08:06:13 +0000 |
| commit | 583a1d555c8e407868ce00c57e37eca4b7ff960e (patch) | |
| tree | 82a1d15e0d650d1e74b6b7f6b3dbf9ec61f569e8 | |
| parent | fix(svelte): only attach to existing files #3899 (diff) | |
| download | nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar.gz nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar.bz2 nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar.lz nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar.xz nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.tar.zst nvim-lspconfig-583a1d555c8e407868ce00c57e37eca4b7ff960e.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 5 | ||||
| -rw-r--r-- | doc/configs.txt | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/configs.md b/doc/configs.md index 0ebfada3..159fea05 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11058,10 +11058,7 @@ Default config: { "svelte" } ``` - `on_attach`: [../lsp/svelte.lua:12](../lsp/svelte.lua#L12) -- `root_markers` : - ```lua - { "package.json", ".git" } - ``` +- `root_dir`: [../lsp/svelte.lua:12](../lsp/svelte.lua#L12) --- diff --git a/doc/configs.txt b/doc/configs.txt index b6c50229..9610b921 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8144,8 +8144,7 @@ Default config: - filetypes: >lua { "svelte" } - on_attach (use "gF" to view): ../lsp/svelte.lua:12 -- root_markers: >lua - { "package.json", ".git" } +- root_dir (use "gF" to view): ../lsp/svelte.lua:12 < ------------------------------------------------------------------------------ |
