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

Bash On Ubntsuでneovimをインストール。そしてpython3の設定

$
0
0

neovimのインストール

$ sudo apt-get install software-properties-common

$ sudo add-apt-repository ppa:neovim-ppa/unstable

$ sudo apt-get update

$ sudo apt-get install neovim

python3サポートの設定

$ sudo apt-get install python3-dev python3-pip

$ sudo pip3 install neovim

neovimを起動して

:echo has('python3')

が1となればOK

Ubuntu 16.04にNeoVim を導入するを参考にさせて頂きました。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



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