Skip to content

Commit

Permalink
docs: add note for bootstrap (#261)
Browse files Browse the repository at this point in the history
* docs: remove unnecessary `main` from code example

* docs: add note for `bootstrap`
  • Loading branch information
delphinus authored Sep 5, 2024
1 parent 1b63e94 commit dbca328
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/telescope-frecency.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ register opened files as soon as Neovim has started. Example configuration for
>lua
{
"nvim-telescope/telescope-frecency.nvim",
main = "frecency",
-- `opts` property calls the plugin's setup() function.
-- In this case, this calls frecency.setup().
opts = {
Expand Down Expand Up @@ -418,6 +417,16 @@ Type: `boolean`
If `true`, it removes stale entries count over than
|telescope-frecency-configuration-db_validate_threshold|.

*telescope-frecency-configuration-bootstrap*
bootstrap ~

Default: `true`
Type: `boolean`

If `true` and you set this plugin to be loaded non-lazily, it initializes DB in
Neovim startup (before |VimEnter|). This initialization logic works
asynchronously and does not block Neovim's starting process.

*telescope-frecency-configuration-db_root*
db_root ~

Expand Down

0 comments on commit dbca328

Please sign in to comment.