File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ Example for `lazy.nvim` <https://github.com/folke/lazy.nvim>:
8787 -- opts = { … },
8888
8989 dependencies = {
90- "echasnovski/mini.nvim", -- Needed for line highlighting (optional)
91- "ibhagwan/fzf-lua", -- If you want to use the :SearchDebugPrints command with fzf-lua
92- "nvim-telescope/telescope.nvim" -- If you want to use the :SearchDebugPrints command with telescope.nvim
90+ "echasnovski/mini.nvim", -- Optional: Needed for line highlighting
91+ "ibhagwan/fzf-lua", -- Optional: If you want to use the :SearchDebugPrints command with fzf-lua
92+ "nvim-telescope/telescope.nvim" -- Optional: If you want to use the :SearchDebugPrints command with telescope.nvim
9393 },
9494
9595 lazy = false, -- Required to make line highlighting work before debugprint is first used
You can’t perform that action at this time.
0 commit comments