瀏覽代碼
Remove JsonPath plugin (has to be added in another PR)
pull/2/head
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 1934652EA16ECB3B
共有
2 個文件被更改,包括
3 次插入 和
2 次删除
-
README.md
-
vimrc
|
|
@@ -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 | |
|
|
|
|
|
|
@@ -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() |
|
|
|
|