Skip to content

Commit

Permalink
feat(nvim): no fzf header on files
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Jan 10, 2024
1 parent 8753bc8 commit 79f1936
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/nvim/lua/plugin/navigation/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ registry.install {
fzf_opts = {
['--layout'] = 'default'
},
files = {
no_header = true
},
grep = {
no_header = true,
rg_glob = true
Expand Down

0 comments on commit 79f1936

Please sign in to comment.