hadronized / hop.nvim

Neovim motions on speed!
Other
2.47k stars 137 forks source link

Fix catching user's initial config state #376

Closed afterlook closed 12 months ago

afterlook commented 1 year ago

Hint state was taken out one layer upwards to main interfaces in order to fix hop pattern as it adds virtual cursor which corrupts user settings. Because of that, hint state has to be saved before that happens.

This is a direct follow up to https://github.com/phaazon/hop.nvim/pull/148. This rewrite should solve this issue entirely for all cases.

hadronized commented 12 months ago

Closing as people should now target a fork; see this.