Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Mar 26, 2024
1 parent 937a8b2 commit 078c961
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,19 +285,7 @@ To get started, simply load the extension:
require('telescope').load_extension('bookmarks')
```

To override the default values, provide the options in the extension table
in the `require("telescope").setup` call like so:

```lua
require('telescope').setup {
extensions = {
bookmarks = {
-- Provide the options here to override the default values.
-- ...
},
},
}
```
To override the default values, use the [setup](#setup) guide.

You can open the picker either from the command-line or calling the lua
function:
Expand All @@ -307,7 +295,7 @@ function:
Telescope bookmarks
" Using lua function
lua require('telescope').extensions.bookmarks.bookmarks(opts)
lua require('telescope').extensions.bookmarks.bookmarks(telescope_opts)
```

Telescope can lazily load the extension when needed, but that can only be
Expand Down

0 comments on commit 078c961

Please sign in to comment.