1 Star 0 Fork 0

dokuWiki / vim_vundle_cfg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 572 Bytes
一键复制 编辑 原始数据 按行查看 历史
gdzx 提交于 2022-02-16 23:00 . docs: README.md

简介

使用了 Vundle.vim 插件管理器的vim的配置文件

使用方式

  1. 先克隆本仓库
$ git clone https://gitee.com/doku-wiki/vim_vundle_cfg.git ~/.vim
  1. 然后启用本仓库中的配置文件

如果不存在文件 ~/.vimrc ,那么不用做任何配置。 如果存在文件 ~/.vimrc ,那么需要做如下操作:

$ vim ~/.vimrc

然后在文件 ~/.vimrc 中添加如下内容:

" 加载管理自定义插件的vim配置文件
if filereadable(expand("~/.vim/vimrc"))
    source ~/.vim/vimrc
endif
1
https://gitee.com/doku-wiki/vim_vundle_cfg.git
git@gitee.com:doku-wiki/vim_vundle_cfg.git
doku-wiki
vim_vundle_cfg
vim_vundle_cfg
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891