diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-05 14:47:47 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-05 14:47:47 +0000 |
| commit | 8121483b8132b7053120fafd83728178fb3febf6 (patch) | |
| tree | 95b7a15522583af91349bc78d9f4cd7572068ecf /doc | |
| parent | fix(powershell_es): root pattern #3543 (diff) | |
| download | nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar.gz nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar.bz2 nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar.lz nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar.xz nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.tar.zst nvim-lspconfig-8121483b8132b7053120fafd83728178fb3febf6.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 4 | ||||
| -rw-r--r-- | doc/configs.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/configs.md b/doc/configs.md index 6003494a..b53a7bc2 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -7760,8 +7760,8 @@ Default config: ```lua { "ps1" } ``` -- `on_new_config` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:13](../lua/lspconfig/configs/powershell_es.lua#L13) -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:13](../lua/lspconfig/configs/powershell_es.lua#L13) +- `on_new_config` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:14](../lua/lspconfig/configs/powershell_es.lua#L14) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:14](../lua/lspconfig/configs/powershell_es.lua#L14) - `shell` : ```lua "pwsh" diff --git a/doc/configs.txt b/doc/configs.txt index 6003494a..b53a7bc2 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -7760,8 +7760,8 @@ Default config: ```lua { "ps1" } ``` -- `on_new_config` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:13](../lua/lspconfig/configs/powershell_es.lua#L13) -- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:13](../lua/lspconfig/configs/powershell_es.lua#L13) +- `on_new_config` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:14](../lua/lspconfig/configs/powershell_es.lua#L14) +- `root_dir` source (use "gF" to visit): [../lua/lspconfig/configs/powershell_es.lua:14](../lua/lspconfig/configs/powershell_es.lua#L14) - `shell` : ```lua "pwsh" |
