diff --git a/Installation.md b/Installation.md index ba322e5..5867b78 100644 --- a/Installation.md +++ b/Installation.md @@ -1,10 +1,19 @@ +You need to compile VIM with Python3 support + + [Complie VIM](https://github.com/ycm-core/YouCompleteMe/wiki/Building-Vim-from-source) -apt-get install vim-python-jedi + +Then install YCM + +[Install YouCompleteMe](https://github.com/ycm-core/YouCompleteMe#linux-64-bit) + ``` -sudo apt install libncurses5-dev libgnome2-dev libgnomeui-dev \ -libgtk2.0-dev libatk1.0-dev libbonoboui2-dev \ -libcairo2-dev libx11-dev libxpm-dev libxt-dev python-dev \ -python3-dev ruby-dev lua5.1 liblua5.1-dev libperl-dev git -``` \ No newline at end of file +:PluginInstall +``` + +Not sure about this + +apt-get install vim-python-jedi +