-
Notifications
You must be signed in to change notification settings - Fork 67
Home
adam edited this page Dec 13, 2018
·
12 revisions
Welcome to the vim wiki!
- mac
- ubuntu
- centos
- other linux system
ubuntu try:
./install ubuntu_vim
mac try:
brew upgrade vim --with-cscope --with-python --with-python3 --with-lua --with-ruby --override-system-vim
- CscopeFind not found
- :cs f t XXX not work
try:
ubuntu: sudo apt-get install cscope
mac: brew install cscope
centos: sudo yum install cscope
try:
cd ~/.vim/plugged/YouCompleteMe/
git submodule update --init --recursive
./install.sh --all
- you need set $GOROOT $GOPATH $GOBIN
- and try:
vim
:GoInstallBinaries
- install ctags
centos: sudo yum install ctags ubuntu: sudo apt-get install ctags mac: brew install ctags
- open plugin.vim
let g:ycm_show_diagnostics_ui = 0