Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 880 Bytes

File metadata and controls

38 lines (25 loc) · 880 Bytes

Contributing

Development, issues, and pull requests happen on Forgejo.

Scope

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.

Pull Requests

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.

Development

It is preferred to use the Nix development shell, which bundles all necessary tools:

nix develop

Checks

Run the local checks before opening a pull request:

nix develop --command just ci