Nvim Devdocs Versions Save

Neovim DevDocs integration

v0.1.0

9 months ago

BREAKING CHANGES #21

  • Docs are now built at download time, .json docs and old index.json files are now incompatible with the plugin and need to be deleted.
  • Removed telescope_alt option.

Note: You may want to use headless mode for building large docs: nvim --headless +"DevdocsInstall rust"

Features

  • Performance improvement by splitting the main entries into multiple files.
  • Previewer for global search.
  • Directly jump to the searched entry when not rendering with custom commands.
  • New configuration options: picker_cmd, picker_cmd_args, cmd_ignore.