zaldih / themery.nvim

A colorscheme picker with live preview and persistence for neovim ✨
https://imzaldih.com/en/post/how-to-change-neovim-colorscheme-with-themery/
GNU General Public License v3.0
138 stars 7 forks source link

feat: add cursor cycle in menu #4

Closed ryanmsnyder closed 9 months ago

ryanmsnyder commented 9 months ago

This allows for cycling back to the top of the theme picker menu if the cursor is on the last theme and j (down) is pressed. It also allows for the inverse - if the cursor is on the first theme and k (up) is pressed, the cursor will cycle to the last theme in the menu.

zaldih commented 9 months ago

Thank you for this contribution! I like the result.