gorbit99/codewindow.nvim

Is it possible to have an API so we can know whether the codewindow is currently open?

nyngwang opened this issue · 1 comments

In my use case, say I already have the codewindow open, I need to close the codewindow temporarily (for resolving some cross-plugin issues) and then restore it. But then I will need to know that the codewindow is open in the first place.

Technically there is

require('codewindow.window').is_minimap_open()