8000 GitHub - netice/vim: vim develop env
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

netice/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimConfig

###简介

VimConfig支持Mac OS、Linux,YCM插件要求Vim最低版本7.4

###获取配置文件

git clone https://github.com/chenfjm/VimPlugins.git
mv VimConfig ~/.vim
cd .vim
git submodule init
git submodule update   
cp .vimrc ~

###安装插件

vim
:PluginInstall   
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer

###安装依赖软件

brew install ctags(Mac OS)
apt-get install ctags(Linux)
easy_install flake8
tar xzf pyclewn-1.11.py3.tar.gz
cd pyclewn-1.11.py3
python setup.py install --force  

###运行效果

About

vim develop env

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0