From 5692edd004fed1dbd55c90775c34a051298724e7 Mon Sep 17 00:00:00 2001 From: Ole Date: Sun, 11 Jul 2021 23:56:10 +0200 Subject: [PATCH] chore: define undefined variable in config example (#976) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Define the undefined variable “action_state”, which is used in a code example for replacing picker mappings in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) 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: