Olical / dotfiles

Configuration for Linux, i3, Kitty, Fish, Neovim and more
https://oli.me.uk
The Unlicense
508 stars 45 forks source link

Investigate a better alternative to EasyMotion #15

Closed Olical closed 2 years ago

Olical commented 2 years ago

EasyMotion has been a staple of my vimming for as long as I can remember but I would like something that uses the features Neovim has to offer. EM's way of inserting the jump marker characters actually modifies the buffer for a brief time which freaks out my linters and LSP. One that uses virtual text or floating windows + Lua would be great.

D00mch commented 2 years ago

Take a look at lightspeed, it's written in fennel, there is a 6-minutes-video with a show case

Olical commented 2 years ago

Oh yeah, I'm already using it! I forgot to close this issue. I like it so far even if I miss some parts of EasyMotion. It's growing on me!