fix(nvim): update bufs in statusline on BufEnter
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m12s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m12s
This commit is contained in:
parent
dff7216545
commit
b1058c1cb9
@ -328,7 +328,7 @@ return {
|
||||
end
|
||||
|
||||
local Buffers = {
|
||||
update = { "BufNew", "VimEnter", "BufWipeout", "BufUnload", "BufDelete" },
|
||||
update = { "BufEnter", "BufNew", "VimEnter", "BufWipeout", "BufUnload", "BufDelete" },
|
||||
condition = function()
|
||||
return #cur_bufs() > 0
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user