Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Latest commit

 

History

History
47 lines (30 loc) · 806 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 806 Bytes

Vimrc

Env and usage

This vimrc is provide for golang, C/C++ or python programmer.

SYSTEM:

  • Ubuntu-16.04 LTS
  • Debain-9

LANGUAGE:

  • golang 1.10+
  • python 3.5+
  • C++ 11

Install vim8+

sudo su -

apt-get install -y build-essential python3-dev libclang-dev cmake
apt-get remove --auto-remove vim -y
add-apt-repository ppa:jonathonf/vim -y
apt-get update
apt-get install vim

Install plugins

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/kidrocknroll/vimrc.git ~/.vim/vimrc && mv ~/.vim/vimrc/vimrc ~/.vimrc

vim command:
	:PluginInstall

cd ~/.vim/bundle/YouCompleteMe/
python3 install.py --clang-completer --go-completer

# if failed by timeout error :
# git submodule update --init --recursive