diff options
author | kylo252 <[email protected]> | 2022-03-10 10:14:55 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-03-10 10:14:55 +0100 |
commit | e6ececed172de963572f11cfecdaf5f60c55cf32 (patch) | |
tree | f3846508a94a5760e87bf4a970536bcd5ffea6b7 /lua/lvim/core/telescope/custom-finders.lua | |
parent | 3abb0a7350392a4a02f970e8636dcb167c1ba53c (diff) | |
parent | f1779fddcc34a8ad4cd0af0bc1e3a83f42844dbe (diff) |
Merge branch 'rolling'1.1.2
Diffstat (limited to 'lua/lvim/core/telescope/custom-finders.lua')
-rw-r--r-- | lua/lvim/core/telescope/custom-finders.lua | 4 |
1 files changed, 3 insertions, 1 deletions
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, { |