themery.nvim
themery.nvim copied to clipboard
🎨 Convenient plugin to switch between themes installed in neovim through a menu.
This is a great plugin. One thing I find mildly annoying is that (unless I'm missing something) I have to define my themes in other files to install them, then...
Hey! What about having a `opts.enable_telescope_integration` setting on setup that enables a optional telescope picker? Here is my current implementation ```lua -- Required dependencies local pickers = require("telescope.pickers") local finders...
It would be cool if the theme list was ordered by frequency or recency of use of the them rather than alphabetic. If a user tends to flip back and...