kitty-scrollback.nvim icon indicating copy to clipboard operation
kitty-scrollback.nvim copied to clipboard

bug: failed to launch child: nvim

Open MrSeaWave opened this issue 1 month ago • 1 comments

when I press kitty_mod+h, I got this failed message

Failed to launch child: nvim
With error: No such file or directory
Press Enter or Esc to exit

my nvim path is:

➜ which nvim
/opt/homebrew/bin/nvim

➜ nvim -v
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"

Run :checkhealth for more info

➜ kitty -v
kitty 0.34.1 created by Kovid Goyal

what should I do?

MrSeaWave avatar May 11 '24 10:05 MrSeaWave