# Configuration Base On Manjaro - an ArchLinux
install vim, make sure you install vim with gnome, or it will unable to paste content from system clipboard
**sudo pacman -S gvim**
after install, type "vim --version | grep 'clipboard'", show out as below:
```
vim --version | grep 'clipboard'
+clipboard +jumplist +persistent_undo +virtualedit
-ebcdic +mouseshape +statusline +xterm_clipboard
```
安装 YCM 插件用来做自动补全
```
用vundle 安装完之后给出 XXX...'future' 的exception, 是应为国内网络太垃圾, 需要在cd 到插件目录去跑下git command
cd 到 .vim/bundle/
git submodule update --init --recursive
```
## Source List
[Plugin Install](https://www.jianshu.com/p/bc19b91354ef)
[上面的 Blog 中会有一些语法错误](https://blog.csdn.net/jeff_liu_sky_/article/details/53955888)
[YCM 插件安装]