Skip to content

Commit

Permalink
feat(nvim): enable ya_emit_reveal in yazi.nvim
Browse files Browse the repository at this point in the history
This was implemented in
mikavilpas/yazi.nvim#604

and is currently opt-in.
  • Loading branch information
mikavilpas committed Dec 8, 2024
1 parent 9586718 commit 1b4c29d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/lua/plugins/my-file-manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ return {
require("my-nvim-micro-plugins.main").my_live_grep({ cwd = directory })
end,
},
future_features = {
ya_emit_reveal = true,
},
},
},
{
Expand Down

0 comments on commit 1b4c29d

Please sign in to comment.