AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.21k stars 242 forks source link

Leap cursor visibility workaround makes cursor invisible on nvim 0.10+ #1219

Open expipiplus1 opened 1 month ago

expipiplus1 commented 1 month ago

https://github.com/AstroNvim/astrocommunity/blob/f4a19c410fdcf778d44a8b9ece55e529df7a0274/lua/astrocommunity/motion/leap-nvim/init.lua#L9-L25

These should be conditional on nvim < 0.10

ctretyak commented 1 week ago

I can approve. Disabling this repairs nvim 0.10 cursor on searching with labels

Uzaaft commented 1 week ago

Feel free to open a PR.