From 2a9f9998aca359a41eefe3a1c429d049a5a1806b Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Sun, 27 Feb 2022 15:49:17 +0330 Subject: chore(plugins): bump version (#2315) --- lua/lvim/core/telescope/custom-finders.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lua/lvim/core/telescope/custom-finders.lua') diff --git a/lua/lvim/core/telescope/custom-finders.lua b/lua/lvim/core/telescope/custom-finders.lua index 18307fbd..b0ee1c07 100644 --- a/lua/lvim/core/telescope/custom-finders.lua +++ b/lua/lvim/core/telescope/custom-finders.lua @@ -50,7 +50,9 @@ local copy_to_clipboard_action = function(prompt_bufnr) end function M.view_lunarvim_changelog() - local opts = themes.get_ivy { cwd = get_lvim_base_dir() } + local opts = themes.get_ivy { + cwd = get_lvim_base_dir(), + } opts.entry_maker = make_entry.gen_from_git_commits(opts) pickers.new(opts, { -- cgit v1.2.3