File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ function M.git_branch(opts)
188188 name = " heirline_branch" ,
189189 callback = function ()
190190 if is_available " telescope.nvim" then
191- vim .defer_fn (function () require (" telescope.builtin" ).git_branches () end , 100 )
191+ vim .defer_fn (function () require (" telescope.builtin" ).git_branches { use_file_path = true } end , 100 )
192192 end
193193 end ,
194194 },
@@ -212,7 +212,7 @@ function M.git_diff(opts)
212212 name = " heirline_git" ,
213213 callback = function ()
214214 if is_available " telescope.nvim" then
215- vim .defer_fn (function () require (" telescope.builtin" ).git_status () end , 100 )
215+ vim .defer_fn (function () require (" telescope.builtin" ).git_status { use_file_path = true } end , 100 )
216216 end
217217 end ,
218218 },
You can’t perform that action at this time.
0 commit comments