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

fusiqing/vim-deprecated

8000
 
 

Repository files navigation

超强vim配置文件

Build Status

运行截图

screenshot.png

简易安装方法:

打开终端,执行下面的命令就自动安装好了:

wget -qO- https://raw.github.com/fusiqing/vim-deprecated/master/setup.sh | sh -x

或者自己手动安装:(以ubuntu为例)

  1. 安装vim sudo apt-get install vim
  • 安装ctags:sudo apt-get install ctags
  • 安装一些必备程序:sudo apt-get install xclip vim-gnome astyle python-setuptools
  • python代码格式化工具:sudo easy_install -ZU autopep8
  • sudo ln -s /usr/bin/ctags /usr/local/bin/ctags
  • clone配置文件:cd ~/ && git clone git://github.com/fusiqing/vim-deprecated.git
  • mv ~/vim ~/.vim
  • mv ~/.vim/.vimrc ~/
  • clone bundle 程序:git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
  • 打开vim并执行bundle程序:BundleInstall
  • 重新打开vim即可看到效果

2.安装YouCompleteMe

  • YouCompleteMe在BundleInstall之后需要编译,编译过程如下:
  • 安装cmake
  • 进入/.vim/bundle/vundle/YouCompleteMe目录
  • git submodule update --init --recursive
  • python3 install.py --clang-completer --go-completer

了解更多vim使用的小技巧:

tips.md

查看更新日志:

update_log.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 86.9%
  • Python 10.7%
  • Perl 1.2%
  • CSS 0.9%
  • Ruby 0.2%
  • HTML 0.1%
0