Compare commits

..

No commits in common. "86f18807482ce6184572f1d73a9cb52d3924e97c" and "cb286b897df534b024c86e65214083ad85caf9d3" have entirely different histories.

1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# Cookbook
## For highlight (groups) explorations, use `:lua require('telescope.builtin').highlights`
`:h telescope.builtin.highlights`. It's a winner in exploring the highlights
compared to `:highlight` that vomits to `:messages`-like interface that you
can't search
## Jump around diagnostics
Use `gh:folke/trouble` for window-persistent diagnostics. Otherwise, Telescope
provides a pretty good diagnostics
`:lua require("telescope.builtin").diagnostics {bufnr = <number | 0: current buffer | nil: all buffers}`
`:TroubleToggle loclist`
`:TroubleToggle workspace_diagnostics`