import.nvim
import.nvim copied to clipboard
Lualine click integration doesn't put focus on window
Seems to be an issue where sometimes when you click the item added to lualine, the window is opened but focus is not placed on it (and thus you can't actually do anything useful).
To clarify, it appears this issue is actually related to the focus entering the Floating Window (as expected) and then being reassigned back to the underlying window. Investigating
This seems to have gone away on its own. My favorite kind of bug