Blake Scampone

Results 1 comments of Blake Scampone

I added the function below to `util.lua`: ```lua function M.switch_to_preview() local current_win = api.nvim_get_current_win() local windows = api.nvim_list_wins() local next_win -- Find the next window for i, win in ipairs(windows)...