https://github.com/elliotxx/gvimrc-for-windows
我的windows下gvim的配置文件
https://github.com/elliotxx/gvimrc-for-windows
Last synced: 6 months ago
JSON representation
我的windows下gvim的配置文件
- Host: GitHub
- URL: https://github.com/elliotxx/gvimrc-for-windows
- Owner: elliotxx
- Created: 2015-05-02T03:35:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T02:32:43.000Z (over 10 years ago)
- Last Synced: 2025-02-16T05:41:24.679Z (8 months ago)
- Language: VimL
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## gvimrc-for-windows
这是我的gvim配置文件(windows下)安装方式:
1. 执行 ```git clone https://github.com/windcode/gvimrc-for-windows.git```
2. 执行 ```git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim``` 安装vundle
3. 将 _vimrc 文件放到 [vim安装目录]/ 下
4. 打开gvim,在命令模式下输入 ":PluginInstall",回车
5. 将 gvim 文件放入你的 [git安装目录]/bin 文件夹下
6. 打开 gvim 文件,修改exec后的内容为 ```[vim安装目录]/vim74/gvim "$@" &```