Files
tia-lsp.nvim/lua
lazar becf45d348 fix: clear attr_toggle state after formatting
When :LspSCLFormat is used, line numbers and positions change,
but the attr_toggle module stores state based on old positions.
This caused toggle/expand/collapse to not work after formatting.

Now clears the attr_toggle buffer state after formatting so that
users can collapse blocks fresh after formatting.
2026-02-19 11:17:59 +01:00
..