The vscode neovim extention has stopped working, so I can't help but install neovim 0.5 on my Mac via Homebrew.

What is this

I'm using nvim extension in vscode, but it doesn't work. It seems that you need 0.5 of neovim. When I installed && upgrade normally with brew, I could only install 0.4 series.

Solutions

brew unlink neovim #Those who have already installed neovim on mac need to unlink
brew install --HEAD neovim

Error handling

Reinstall cmake error

error log

==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at a90cd6e Merge #12868 vim-patch:8.2.{1625,1630,1633}
Error: An exception occurred within a child process:
  RuntimeError: /usr/local/opt/cmake not present or broken
Please reinstall cmake. Sorry :(

solution

brew install cmake

Reinstall luarocks error

==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at a90cd6e Merge #12868 vim-patch:8.2.{1625,1630,1633}
Error: An exception occurred within a child process:
  RuntimeError: /usr/local/opt/luarocks not present or broken
Please reinstall luarocks. Sorry :(

solution

brew install luarocks

Summary

neovim, nolife!

Please follow us on twitter. !!

https://twitter.com/yoshixj

Recommended Posts

The vscode neovim extention has stopped working, so I can't help but install neovim 0.5 on my Mac via Homebrew.
I can't install rails on my mac
[Ruby] I can't install puma on Mac [Rails, etc.]
I want to put the JDK on my Mac PC