Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 22, 2023
1 parent e434924 commit 9563c99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ return {
buffers = {
theme = "dropdown",
previewer = false,
sort_lastused = true,
sort_mru = true,
show_all_buffers = true,
ignore_current_buffer = true,
sort_mru = true,
mappings = {
n = {
["dd"] = "delete_buffer",
Expand Down

0 comments on commit 9563c99

Please sign in to comment.