Tag: nvim

Make yazi quit nvim compatible

If you're using yazi as your terminal file manager and coming from vim/neovim, you've probably tried to quit with :q out of habit, only to be greeted with: q: command not found This happens because yazi's : key opens a shell command prompt, not a vim-style command mode. So :q li…

Install pynvim via homebrew properly

Previously I have written about what I tried and what did and did not work while trying to satisfy neovim's :checkhealth command while detecting the Python provider on Mac M3. Yeah, the solution worked but it was less than optimal, due to the use of --break-system-packages option…