-
I tried this in [opener]
edit = [
{ run = "nvim %*", for = "windows" },
] But it seems to be running it in the background instead of opening it with neovim I get this in the right corner: Also yazi becomes very very slow when i click "enter" on a file. probably because the process in the background also tried { run = "nvim %*", for = "windows" }, But it didn't change anything I thought maybe yazi needs setx EDITOR nvim To no avail |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Can you send your |
Beta Was this translation helpful? Give feedback.
-
I'm using Vim instead nvim but my yazi.toml contains the following:
|
Beta Was this translation helpful? Give feedback.
-
Does |
Beta Was this translation helpful? Give feedback.
Does
vim
in your%PATH%
env variables? Also you should useblock = true
rather thanorphan = true
, https://yazi-rs.github.io/docs/configuration/yazi#opener