Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5695

vscodeのneovim extentionが動かなくなったので、しょうがなくMacにHomebrew経由でneovim 0.5 をinstallするぜ

$
0
0

これはなにか

vscodeでnvimのextentionを使っているのですが、動かなくなりました。
neovim の 0.5 が必要らしいです。
brew で普通にinstall && upgrade すると、0.4系しかinstallできませんでした。

解決方法

brew unlink neovim # すでにneovimをmacでinstallしている人はunlinkする必要がある
brew install--HEAD neovim

エラーハンドリング

cmake をreinstallしろよエラー

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

luarocks をreinstallしろよエラー

==> 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!


Viewing all articles
Browse latest Browse all 5695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>