fork 自 myvimrc(我自己根据 spf13-vim “改进”的在 linux 上用的 vim 配置)
文件列表不变,如下:
- vimrc 主配置文件,包含 Vundle 的初始化和对以下两个文件夹的引用
- vundles/ 插件列表文件所在文件夹,包含所有安装的插件,按照 spf13-vim 进行分组
- settings/ 插件配置文件夹,包含已安装插件的一些配置与 Vim 的基本配置,与
neobundles
的分组对应 - install.cmd 用来辅助安装的文件,生成
tmp
文件夹和克隆neobundle.vim
- bundle 包含在 Git 的忽略文件里,所有安装的插件都在这个文件夹里
- tmp 包含 Vim 的
swap
undo
view
backup
session
文件夹
-
✓ 解决目前配置可用的问题
-
✓ 替换
ag.vim
为ack.vim
-
✓ 合并
base.vim
和basegui.vim
在 Windows 上,只用 GVim,没必要再分得这么细。
-
解决可能遇到的问题(长期)
- 这个配置只打算在 Windows 上(目前是在 win10 专业版64位)进行使用。
- 这个配置并不完善,许多地方会有问题。
- 感谢 Bram Moolenaar 和其他 Vim 的维护者们创造了如此多彩的编辑器。
- 感谢 Steve Francia 在 Github 上分享了这么有用的配置。
- 感谢所有插件的作者与维护者们,你们共同创造了 Vim 社区的现在。
Copyright 2015 gisphm [email protected]
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.