J'utilise l'extension nvim avec vscode, mais cela ne fonctionne pas. Il semble que vous ayez besoin de 0,5 de neovim. Lorsque j'ai installé && mise à niveau normalement avec brew, je ne pouvais installer que la série 0.4.
brew unlink neovim #Ceux qui ont déjà installé neovim sur Mac doivent dissocier
brew install --HEAD neovim
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
==> 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
neovim, nolife!
https://twitter.com/yoshixj