Skip to content

Commit

Permalink
fix(telescope): correct show_no_template ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Futarimiti committed Oct 3, 2023
1 parent 8f5777d commit ae80f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/spooky/templates/choose/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ M.choose_one = function (buf, fullpaths, user, do_with_choice)
local previewer_prompt = user.ui.previewer_prompt
local no_template = user.ui.no_template
local show_full = user.ui.select_full_path
local show_no_template = user.ui.show_no_template
local show_no_template = user.show_no_template

local pickers = require 'telescope.pickers'
local finders = require 'telescope.finders'
Expand Down

0 comments on commit ae80f6a

Please sign in to comment.