mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 19:40:02 +02:00
nvim/lua/user/plugins/editor/fuzzyfinder.lua: ignore current buffer in buffer view.
This commit is contained in:
parent
293f7c2c48
commit
d028b5b009
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sort_mru = true, -- sort by most recent used.
|
sort_mru = true, -- sort by most recent used.
|
||||||
|
ignore_current_buffer = true, -- Don't show current buffer in results.
|
||||||
entry_maker = utils.buffer_view({
|
entry_maker = utils.buffer_view({
|
||||||
indicators = {
|
indicators = {
|
||||||
modified = {
|
modified = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue