I downloaded vim-youcompleteme
from the software center in Ubuntu. But I don't know how to make it work. When I restarted vim and tested, nothing special occurred. And vim-syntastic
is the same. Could someone tell me how to make them work? Should I do something with my ~/.vimrc
? Thanks in advance!
From the package-specific README (
/usr/share/doc/vim-youcompleteme/README.Debian
):vim-addon-manager
is recommended by whenvim-youcompleteme
, so there's a good chance it is already installed. If not:And then run the command given in the README.
vim-syntastic
is only available for 14.10, from the results in the package index, but given that it explicitly depends onvim-addon-manager
, I'd say something similar applies to it as well.In 18.04 it's just;
The ubuntu version does not support Java so you may want the latest version depending on your language of choise, so alternativly;
Try something like this :
Put this at the top of your .vimrc to use Vundle.
Run following to install:
You can choose use to use vim-pathogen, I think it is available on Ubuntu. It is like
vundle
, but the only thing to do is clone git repos on the others addons not listed on vam or available like a package on Ubuntu in the directory.vim/bundle
.