1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/editor/fuzzyfinder.lua: ignore current buffer in buffer view.

This commit is contained in:
Henrik Hautakoski 2024-09-24 19:39:01 +02:00
parent 293f7c2c48
commit d028b5b009

View file

@ -65,6 +65,7 @@ return {
},
},
sort_mru = true, -- sort by most recent used.
ignore_current_buffer = true, -- Don't show current buffer in results.
entry_maker = utils.buffer_view({
indicators = {
modified = {