Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docgen): root_dir doc shows paths from CI env #3630

Merged
merged 1 commit into from
Feb 27, 2025
Merged

fix(docgen): root_dir doc shows paths from CI env #3630

merged 1 commit into from
Feb 27, 2025

Conversation

justinmk
Copy link
Member

Problem:

When root_dir is not defined as a function, the generated docs show the paths resolved in the CI env:

root_dir : lua "/home/runner/work/nvim-lspconfig/nvim-lspconfig"

Solution:

Always show the "gF" message for root_dir, even if it is not a function.

Fix #3628

Problem:
When `root_dir` is not defined as a function, the generated docs show
the paths resolved in the CI env:

    root_dir : lua "/home/runner/work/nvim-lspconfig/nvim-lspconfig"

Solution:
Always show the "gF" message for `root_dir`, even if it is not
a function.

Fix #3628
@justinmk justinmk requested a review from glepnir as a code owner February 27, 2025 12:26
Copy link
Contributor

Note that configs.md or configs.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

@justinmk justinmk merged commit 9dc8ecb into master Feb 27, 2025
11 checks passed
@justinmk justinmk deleted the docgen branch February 27, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant