Skip to content

Commit

Permalink
feat(nvim): Show path for each file in telescope file finder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Apr 22, 2024
1 parent 36dbc45 commit 8316ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/configure/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ return {
prompt_prefix = '',
file_sorter = require('telescope.sorters').get_fuzzy_file,
dynamic_preview_title = true,
path_display = { 'filename_first' },
-- preview = {
-- mime_hook = function(filepath, bufnr, opts)
-- local is_image = function(fp)
Expand Down

0 comments on commit 8316ad2

Please sign in to comment.