浏览代码

Remove JsonPath plugin (has to be added in another PR)

pull/2/head
父节点
当前提交
dd552891d5
找不到此签名对应的密钥 GPG 密钥 ID: 1934652EA16ECB3B
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. +1
    -1
      README.md
  2. +2
    -1
      vimrc

+ 1
- 1
README.md 查看文件

@@ -14,4 +14,4 @@ The following plugins are installed with [Vundle](https://github.com/VundleVim/V

| Plugin | Description |
| ------ | ----------- |
| [vim-jsonpath](https://github.com/mogelbrod/vim-jsonpath) | Adds capabilities to explore a JSON file with JsonPath |

+ 2
- 1
vimrc 查看文件

@@ -17,7 +17,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

Plugin 'VundleVim/Vundle.vim'
Plugin 'git://github.com/mogelbrod/vim-jsonpath'

" Add plugins here

call vundle#end()


正在加载...
取消
保存