Development, issues, and pull requests happen on Forgejo.
vimdoc-language-server is a language server for Vim help files. It is not a general Vimscript language server, documentation site generator, or Neovim plugin framework.
Bug fixes and documentation fixes are welcome. AI-generated contributions are not accepted.
For new behavior, open an issue first unless the change is small and already fits the project's scope.
Behavior or configuration changes should update README.md and relevant
Markdown documentation when appropriate.
It is preferred to use the Nix development shell, which bundles all necessary tools:
nix developRun the local checks before opening a pull request:
nix develop --command just ci