Skip to content

Commit

Permalink
fix(nvim): trim live_grep results
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jul 15, 2024
1 parent 689f868 commit cf4db1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/diaoul/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ return {
},
pickers = {
live_grep = {
additional_args = { "--hidden", "--glob", "!.git/" },
additional_args = { "--hidden", "--glob", "!.git/", "--trim" },
},
lsp_references = {
path_display = { "smart", { truncate = 10 } },
Expand Down

0 comments on commit cf4db1b

Please sign in to comment.