Compare commits
5 Commits
ec02f51118
...
d32ef9cfcb
Author | SHA1 | Date | |
---|---|---|---|
d32ef9cfcb | |||
5591af0b65 | |||
cc893e64ce | |||
077f1a848b | |||
0ec8b596be |
@ -328,9 +328,9 @@ return {
|
|||||||
end
|
end
|
||||||
|
|
||||||
local Buffers = {
|
local Buffers = {
|
||||||
update = { "BufNew", "VimEnter", "BufWipeout", "BufUnload", "BufDelete" },
|
update = { "BufNew", "VimEnter" },
|
||||||
condition = function()
|
condition = function()
|
||||||
return #cur_bufs() > 0
|
return #cur_bufs() > 1
|
||||||
end,
|
end,
|
||||||
{
|
{
|
||||||
provider = seps.full.left,
|
provider = seps.full.left,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user