diff --git a/developers.md b/developers.md index d027f66..3d3d0b2 100644 --- a/developers.md +++ b/developers.md @@ -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 {