We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a0d44 commit 835731fCopy full SHA for 835731f
doc/lazy.nvim.txt
@@ -1,4 +1,4 @@
1
-*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 17
+*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 18
2
3
==============================================================================
4
Table of Contents *lazy.nvim-table-of-contents*
@@ -708,8 +708,8 @@ Example:
708
>lua
709
return {
710
"folke/neodev.nvim",
711
- "folke/which-key.nvim",
712
- { "folke/neoconf.nvim", cmd = "Neoconf" },
+ "folke/which-key.nvim",
+ { "folke/neoconf.nvim", cmd = "Neoconf" },
713
}
714
<
715
0 commit comments