ignore_current_buffer only occurrence is in
|
if local_opts.sort_lastused and not local_opts.ignore_current_buffer and flag == "#" then |
Should it not be
if local_opts.sort_lastused and local_opts.include_current and flag == '#'
?
Thanks for sharing your snippet, I really missed that functionality from Telescope.
ignore_current_bufferonly occurrence is indotfiles/conf/vim/lua/dotfiles/plugins/mini-nvim.lua
Line 465 in a540878
Should it not be
?
Thanks for sharing your snippet, I really missed that functionality from Telescope.