Skip to content

Commit

Permalink
feat(nvim): grep hidden files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 19, 2024
1 parent 12a5832 commit 4cbe27b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/nvim/lua/plugin/navigation/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ registry.install {
},
grep = {
no_header = true,
rg_glob = true
rg_glob = true,
rg_opts = "--column --line-number --no-heading --hidden --color=always --smart-case --max-columns=4096 -e",
},
keymap = {
builtin = {
Expand Down

0 comments on commit 4cbe27b

Please sign in to comment.