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

RJ0222/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published