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
This code should reuse the previous shell-handler window if it's still open, but I don't know why vim.api.nvim_win_is_valid(M._terminal_window) is always false...
This code should reuse the previous
shell-handlerwindow if it's still open, but I don't know whyvim.api.nvim_win_is_valid(M._terminal_window)is always false...runner.nvim/lua/runner/handlers/utils.lua
Line 23 in 2c1929f