Skip to content

gisphm/vimfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

我在Windows上的vim配置

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文件夹

TODO

  1. ✓ 解决目前配置可用的问题

  2. ✓ 替换ag.vimack.vim

  3. ✓ 合并base.vimbasegui.vim

    在 Windows 上,只用 GVim,没必要再分得这么细。

  4. 解决可能遇到的问题(长期)

几点说明

  • 之所以用 vundle,是因为neobundle在 Windows 上表现并不佳
  • Windows 上的这个 Vim 是我自己用 vs2015 编译的版本,可在这里获取 我的vim

几点事项

  1. 这个配置只打算在 Windows 上(目前是在 win10 专业版64位)进行使用。
  2. 这个配置并不完善,许多地方会有问题。
  3. 感谢 Bram Moolenaar 和其他 Vim 的维护者们创造了如此多彩的编辑器。
  4. 感谢 Steve Francia 在 Github 上分享了这么有用的配置。
  5. 感谢所有插件的作者与维护者们,你们共同创造了 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.

About

fork from my vimrc, but this is for windows

Resources

Stars

Watchers

Forks

Packages

No packages published