diff --git a/native_configs/neovim/cook.md b/native_configs/neovim/cook.md new file mode 100644 index 0000000..9335ebf --- /dev/null +++ b/native_configs/neovim/cook.md @@ -0,0 +1,18 @@ +# 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 =