Compare commits

..

5 Commits

Author SHA1 Message Date
d32ef9cfcb
chore(nvim): update lazy lock
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m16s
2024-09-21 14:54:24 -05:00
5591af0b65
chore(nvim): add more words to spell file
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
2024-09-21 14:53:14 -05:00
cc893e64ce
refactor(host/orion): add stdenv.cc.cc as lib to nix-ld 2024-09-21 14:52:53 -05:00
077f1a848b
refactor(hypr): increase scaling for eDP-1 2024-09-21 14:52:28 -05:00
0ec8b596be
feat(nvim): include buf count and cur buf in statusline 2024-09-21 14:52:16 -05:00

View File

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