diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-16 12:20:03 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-06-16 12:20:03 +0000 |
| commit | 463b16bd6a347a129367a7fd00ebcdd9442d9a96 (patch) | |
| tree | 2fdb457277ab2f20739271ca7b88b53c279e7e8d /doc | |
| parent | fix(intelephense): workspace not found (diff) | |
| download | nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar.gz nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar.bz2 nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar.lz nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar.xz nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.tar.zst nvim-lspconfig-463b16bd6a347a129367a7fd00ebcdd9442d9a96.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 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 21697730..51adf077 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -5414,7 +5414,10 @@ Default config: ```lua { "php" } ``` -- `root_dir`: [../lsp/intelephense.lua:28](../lsp/intelephense.lua#L28) +- `root_markers` : + ```lua + { "composer.json", ".git" } + ``` --- diff --git a/doc/configs.txt b/doc/configs.txt index c5e19fd8..f0ba82ec 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -3859,7 +3859,8 @@ Default config: { "intelephense", "--stdio" } - filetypes: >lua { "php" } -- root_dir (use "gF" to view): ../lsp/intelephense.lua:28 +- root_markers: >lua + { "composer.json", ".git" } < ------------------------------------------------------------------------------ |
