ソースを参照

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()


読み込み中…
キャンセル
保存