Skip to content

Commit adbf32b

Browse files
andrewferriergithub-actions[bot]
authored andcommitted
chore: Auto generate Vim docs
1 parent c7ea03f commit adbf32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/debugprint.nvim.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)