Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Releases: luckasRanarison/nvim-devdocs

v0.4.1

29 Oct 16:07
Compare
Choose a tag to compare

Bug fixes

  • Crash when opening docs without cmd #62 in fea272d

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Oct 18:12
382e171
Compare
Choose a tag to compare

What's Changed

Splitting is now more accurate for rust docs and all the docs in general, but regenerating the docs is necessary in order to get that feature.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Oct 06:04
Compare
Choose a tag to compare

Features

  • Search keywords and navigate to internal links using the K key (:h K) (fb4c462).

Bug fixes

  • Doc build and empty entries (0416494).

  • Splitting not working in the case of a mutli-line pattern (8e0cb37).

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Sep 15:29
Compare
Choose a tag to compare

Bug fixes

Transpiler patches, fixed many issues with tables, code blocks and some other elements.

v0.2.0

13 Sep 11:19
f9767fd
Compare
Choose a tag to compare

ANNOUNCEMENT

I'm really happy to announce that most of major issues like scrolling, the docs being huge and searching sections are all fixed! There are also some improvements to the transpiler, broken tables due to linebreaks are now fixed.

A huge thanks to @emmanueltouzery for his PR #42. Also thanks to all the new contributors mentioned below.

Breaking change

The picker previewer now works as the normal previewer, so picker_cmd_args does not require pager -p option anymore. Example using glow: lua picker_cmd_args = { "-s", "dark", "-w", "45" }.

What's new

Bug fixes

New Contributors

Full Changelog: v0.1.0...v0.2.0

First release

15 Aug 17:38
fedf727
Compare
Choose a tag to compare

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.