Skip to content

Commit

Permalink
Merge pull request #449 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored Apr 19, 2024
2 parents 4e14925 + b3f0e5d commit 02a7799
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/legendary.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*legendary.txt* Last change: 2024 February 02
*legendary.txt* Last change: 2024 April 12

==============================================================================
Table of Contents *legendary-table-of-contents*
Expand Down Expand Up @@ -112,7 +112,7 @@ With `lazy.nvim`:
-- to use a version
{
'mrjones2014/legendary.nvim',
version = 'v2.1.0',
version = 'v2.13.9',
-- since legendary.nvim handles all your keymaps/commands,
-- its recommended to load legendary.nvim before other plugins
priority = 10000,
Expand Down Expand Up @@ -179,7 +179,7 @@ automatically detects them. For example:

-- where you set up legendary.nvim
-- now the keymaps from the `flash.nvim` plugin spec will be automatically loaded
require('legendary').setup({ lazy_nvim = { auto_register = true } })
require('legendary').setup({ extensions = { lazy_nvim = true } })
<
Otherwise, register keymaps, commands, autocmds, and functions through setup,
including opting into _extensions_ which can automatically load keymaps and
Expand Down Expand Up @@ -271,6 +271,8 @@ commands from other plugins:
},
-- load extensions
extensions = {
-- automatically load keymaps from lazy.nvim's `keys` option
lazy_nvim = true,
-- load keymaps and commands from nvim-tree.lua
nvim_tree = true,
-- load commands from smart-splits.nvim
Expand Down

0 comments on commit 02a7799

Please sign in to comment.