You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I said that i'll implement this feature request after #7 is done. I most likely will find some time for it tomorrow. Currently you can still set a global theme for all vim.ui.select calls:
It would be great to have the opportunity to wrap https://github.com/nvim-telescope/telescope-ui-select.nvim/blob/master/lua/telescope/_extensions/ui-select.lua#L13 into a user-defined function, so that users can run arbitrary checks to infer who is the caller of
vim.ui.select
and set picker layout / theme / options accordingly.eg:
The text was updated successfully, but these errors were encountered: