Skip to content

Commit

Permalink
neovim: Update telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Apr 27, 2024
1 parent 7d59c3d commit 69a4903
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .config/nvim/lua/rc/pluginconfig/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,12 @@ local telescope_opts = {
file_sorter = require("telescope.sorters").get_fuzzy_file,
file_ignore_patterns = { "node_modules/*" },
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
path_display = { "truncate" },
path_display = {
"truncate",
filename_first = {
reverse_directories = false
}
},
dynamic_preview_title = true,
winblend = 0,
border = {},
Expand Down

0 comments on commit 69a4903

Please sign in to comment.