From b8f17075d4bd4f4cb41d1ce89a2a3b2a3bfa54a3 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Tue, 15 Sep 2020 15:30:01 -0400 Subject: [PATCH] fix: always have a dictionary for opts --- lua/telescope/themes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index 5146dbb..54476cc 100644 --- a/lua/telescope/themes.lua +++ b/lua/telescope/themes.lua @@ -7,6 +7,8 @@ local themes = {} function themes.get_dropdown(opts) + opts = opts or {} + local theme_opts = { -- WIP: Decide on keeping these names or not. theme = "dropdown",