Skip to content

Commit

Permalink
config(nvim): enable fzf multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 11, 2024
1 parent 91e7d59 commit c4fe180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ require("lazy").setup({
defaults = {
formatter = "path.filename_first",
},
grep = {
multiline = 1,
},
fzf_colors = true,
})
end,
Expand Down

0 comments on commit c4fe180

Please sign in to comment.