Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ma6174/vim
vim配置文件和插件(不再维护)
https://github.com/ma6174/vim
Last synced: 27 days ago
JSON representation
vim配置文件和插件(不再维护)
- Host: GitHub
- URL: https://github.com/ma6174/vim
- Owner: ma6174
- Archived: true
- Created: 2012-07-27T02:03:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T15:17:00.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T11:03:20.703Z (4 months ago)
- Language: Vim script
- Homepage:
- Size: 3.94 MB
- Stars: 4,249
- Watchers: 453
- Forks: 2,890
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - ma6174/vim
README
# 超强vim配置文件
[![Build Status](https://travis-ci.org/ma6174/vim.png?branch=master)](https://travis-ci.org/ma6174/vim)
### 运行截图
![screenshot.png](screenshot.png)
### 简易安装方法:
打开终端,执行下面的命令就自动安装好了:
`wget -qO- https://raw.github.com/ma6174/vim/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/ma6174/vim.git`
- `mv ~/vim ~/.vim`
- `mv ~/.vim/.vimrc ~/`
- clone bundle 程序:`git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle`
- 打开vim并执行bundle程序`:BundleInstall`
- 重新打开vim即可看到效果### 了解更多vim使用的小技巧:
[tips.md](tips.md)
### 查看更新日志:
[`update_log.md`](update_log.md)