Skip to content

Commit

Permalink
docs: fix attempt to index nil opts in example (nvim-telescope#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroavi authored Nov 20, 2021
1 parent 7493f51 commit af5a580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ you will still need to have the previous requires section above this code.)
```lua
-- our picker function: colors
local colors = function(opts)
opts = opts or {}
pickers.new(opts, {
prompt_title = "colors",
finder = finders.new_table {
Expand Down

0 comments on commit af5a580

Please sign in to comment.