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

neovimのアップデート

$
0
0

いつもneovimの新しいバージョンが出た際に、どうやってインストールしていたか忘れて調べることとなってるので
手順を備忘録として残しておきます。

1. uninstall

sudo rm /usr/local/bin/nvim
sudo rm-r /usr/local/share/nvim/

2. clone

https://github.com/neovim/neovim

git clone https://github.com/neovim/neovim.git

3. install

https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-source
を参考に

cd neovim
make CMAKE_BUILD_TYPE=Release
sudo make install

Viewing all articles
Browse latest Browse all 5608

Trending Articles



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