Skip to content

Commit

Permalink
fix(nvim): live_grep in hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jul 15, 2024
1 parent 584cf73 commit 689f868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/lua/diaoul/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ return {
color_devicons = false,
},
pickers = {
live_grep = {
additional_args = { "--hidden", "--glob", "!.git/" },
},
lsp_references = {
path_display = { "smart", { truncate = 10 } },
},
Expand Down

0 comments on commit 689f868

Please sign in to comment.