mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
fix(config): Don't cache check for attached UIs (#340)
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
05b55deb16
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