Compare commits

..

5 Commits

Author SHA1 Message Date
ec02f51118
chore(nvim): update lazy lock
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m8s
2024-09-21 14:56:37 -05:00
b2c5dec5f1
chore(nvim): add more words to spell file 2024-09-21 14:56:37 -05:00
ff50d8ed2e
refactor(host/orion): add stdenv.cc.cc as lib to nix-ld 2024-09-21 14:56:36 -05:00
5f4f0fcfe5
refactor(hypr): increase scaling for eDP-1 2024-09-21 14:56:36 -05:00
7dc6a0de58
feat(nvim): include buf count and cur buf in statusline 2024-09-21 14:56:36 -05:00

View File

@ -328,9 +328,9 @@ return {
end
local Buffers = {
update = { "BufNew", "VimEnter" },
update = { "BufNew", "VimEnter", "BufWipeout", "BufUnload", "BufDelete" },
condition = function()
return #cur_bufs() > 1
return #cur_bufs() > 0
end,
{
provider = seps.full.left,