mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
Don't cache check for attached UIs
UIs can attach and detach from headless nvim dynamically (indeed, this is one of its use cases).
This commit is contained in:
parent
7eadaacc48
commit
0c50840d62
2 changed files with 5 additions and 3 deletions
|
@ -31,7 +31,7 @@ end
|
|||
|
||||
---@param mode? string
|
||||
function M.show(mode)
|
||||
if Config.headless then
|
||||
if Config.headless() then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue