master
eamonn.travers 6 years ago
parent 3658f7cfb8
commit ab88236d17
  1. 21
      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) [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 \ :PluginInstall
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 Not sure about this
```
apt-get install vim-python-jedi

Loading…
Cancel
Save