Replies: 1 comment 1 reply
-
You could try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on nvim-java plugin and the plugin will automatically install all the mason dependencies. In the process, mason window will be opened, however, when someone installs the plugin for the first time, other required plugins will be installed using lazy.nvim and then open mason.nvim. Apparently, the lazy.nvim window covers the mason.nvim. So I have following logic to close the lazy.nvim window.
https://github.com/nvim-java/nvim-java/blob/c5c509ee062ee682b01584e228954c5d504894c4/lua/java/ui/lazy.lua?plain=1#L3-L15
It somehow works on AstroNvim but not in Lazyvim. It there a lua API I can use to close the window?
Beta Was this translation helpful? Give feedback.
All reactions