Tags: tims-SP/hop.nvim
Tags
Hop v1.3.0 - Fix :HopChar2CurrentLine* commands. - Add cross/multi window support. Those introduce new commands. - Add :checkhealth support. - Fix bug with the new set_extmark API (implicit nil -> 0 conversion). - Fix Neovim version check (we now check for 0.5 strictly).
Hop v1.1.1 - Fix diagnostics for the new `vim.diagnostic` feature. Currently only enabled for people using Neovim v0.6. - Support displaying hint labels as uppercase. This doesn’t change anything to the actual key you have to press on your keyboard; it is just a visual help. - Support falling back to 1-char mode when pressing a special key in 2-char mode. That key is optional and configured in the user configuration.
Hop v1.1.0 - Add support for inclusive and exclusive jumps. This allows people to implements equivalent of `f`, `F`, `t` and `T`. This work by using the `inclusive_jump` configuration. `:h hop-config-inclusive_jump`. - Add support for callbacks in jumps. This is available via a new `hint_with_callback` entry point. The already existing `hint_with` function still uses the internal jump mechanism.
Merge pull request hadronized#180 from phaazon/revert-179-revert-157-… …fix/hide-diagnostics Revert "Revert "fix: diagnostics not greyed out on neovim nightly""
Merge pull request hadronized#179 from phaazon/revert-157-fix/hide-di… …agnostics Revert "fix: diagnostics not greyed out on neovim nightly"
PreviousNext