瀏覽代碼

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

pull/2/head
Jérôme Deuchnord 5 年之前
父節點
當前提交
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()


Loading…
取消
儲存