diff --git a/README.md b/README.md index 502e166..41a5992 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ its `attach_mappings` key to a function, like so: ```lua local actions = require('telescope.actions') local action_set = require('telescope.actions.set') +local action_state = require('telescope.actions.state') -- Picker specific remapping ------------------------------ require('telescope.builtin').fd({ -- or new custom picker's attach_mappings field: