Skip to content

Commit

Permalink
Merge pull request #370 from mrjones2014/bot/vimdoc/master
Browse files Browse the repository at this point in the history
chore: generated vimdoc
  • Loading branch information
mrjones2014 authored May 8, 2023
2 parents 93ad2ef + 6fbffc2 commit 729cb62
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/legendary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,22 @@ This project uses git tags to adhere to Semantic Versioning
<https://semver.org/>. To check the latest version, see the git tag list
<https://github.com/mrjones2014/legendary.nvim/tags>.

With `packer.nvim`:
With `lazy.nvim`:

>lua
-- to use a version
use({
{
'mrjones2014/legendary.nvim',
tag = 'v2.1.0',
version = 'v2.1.0',
-- sqlite is only needed if you want to use frecency sorting
-- requires = 'kkharji/sqlite.lua'
})
-- dependencies = { 'kkharji/sqlite.lua' }
}
-- or, to get rolling updates
use({
{
'mrjones2014/legendary.nvim',
-- sqlite is only needed if you want to use frecency sorting
-- requires = 'kkharji/sqlite.lua'
})
-- dependencies = { 'kkharji/sqlite.lua' }
}
<
With `vim-plug`:

Expand Down Expand Up @@ -402,7 +402,7 @@ doc/table_structures/README.md <./doc/table_structures/README.md>.
-- settings for frecency sorting.
-- https://en.wikipedia.org/wiki/Frecency
-- Set `frecency = false` to disable.
-- this feature requires sqlite.lua (https://github.com/tami5/sqlite.lua)
-- this feature requires sqlite.lua (https://github.com/kkharji/sqlite.lua)
-- and will be automatically disabled if sqlite is not available.
-- NOTE: THIS TAKES PRECEDENCE OVER OTHER SORT OPTIONS!
frecency = {
Expand Down

0 comments on commit 729cb62

Please sign in to comment.