Title here
Summary here
Every codebase accumulates two kinds of noise: problems the tools can see, and promises the humans left behind. This setup has a panel for each.
The language server flags issues quietly in the gutter. <leader>xx gathers
every diagnostic in the project into one panel: files, severities, messages.
<leader>xx again (or q) closes it.TODO, FIXME, and HACK comments render highlighted, each kind with its
own badge and color, the moment you open a file. Better still:
:TodoTroublecollects every marker in the project into the same style of panel — your entire comment-debt, indexed and jumpable.
Diagnostics in one inbox, promises in another. Nothing hides in this setup for long.