From 98d2507d877228af3d71cf3f2ea743921e43d92b Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Mon, 15 Oct 2018 17:11:12 +0800 Subject: [PATCH] add sth --- vim/install.md | 5 +++++ vim/ycm.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 vim/install.md diff --git a/vim/install.md b/vim/install.md new file mode 100644 index 0000000..1f74e8c --- /dev/null +++ b/vim/install.md @@ -0,0 +1,5 @@ +# install vim + +```bash +sudo apt-get install vim vim-scripts vim-gtk vim-gnome +``` diff --git a/vim/ycm.md b/vim/ycm.md index 008354c..3b7962d 100644 --- a/vim/ycm.md +++ b/vim/ycm.md @@ -9,5 +9,6 @@ git clone https://github.com/Valloric/YouCompleteMe.git ~/.vim/bundle/YouComplet cd ~/.vim/bundle/YouCompleteMe git submodule update --init --recursive python3 install.py --all +python3 install.py --go-completer ```