From 541c4c33e62f93636b6f3e25067a0d20b69220e6 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 25 Sep 2020 16:07:03 -0400 Subject: [PATCH] fix: Rockerboo document lies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96fd9f2..96e4c39 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Options can be passed directly to the above functions, or set as defaults. ```lua -- Optional way to setup default values require('telescope').setup{ - default = { + defaults = { -- Example: shorten_path = true -- currently the default value is true } @@ -110,7 +110,7 @@ Find all the files in your nvim config. lua <