Revert "feat(views): add hide_done_categories config option (#153)"

This reverts commit 283f93eda1.
This commit is contained in:
Barrett Ruth 2026-03-12 20:41:32 -04:00 committed by Barrett Ruth
parent 7c0ba178d0
commit e6816d13ef
6 changed files with 4 additions and 123 deletions

View file

@ -513,9 +513,6 @@ function M._on_write(bufnr)
if #stack > UNDO_MAX then
table.remove(stack, 1)
end
for id in pairs(buffer.done_cat_hidden_ids()) do
hidden[id] = true
end
local new_refs = diff.apply(lines, s, hidden)
M._recompute_counts()
buffer.render(bufnr)