Dan Rasmuson
Results
32
comments of
Dan Rasmuson
Yes confirmed. It does appear to be reversed
Putting it all togeather here is what I have in LazyVim... **~/.config/nvim/lua/plugins/telescope.nvim.lua** ```lua local function focus_preview(prompt_bufnr) local action_state = require("telescope.actions.state") local picker = action_state.get_current_picker(prompt_bufnr) local prompt_win = picker.prompt_win local previewer...