From dd552891d5332e55353dc018f7b0b056d511e86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Tue, 5 Feb 2019 13:02:55 +0100 Subject: [PATCH] Remove JsonPath plugin (has to be added in another PR) --- README.md | 2 +- vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ece5f2..9da4cc0 100644 --- a/README.md +++ b/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 | + diff --git a/vimrc b/vimrc index 1d0a49d..2e23911 100644 --- a/vimrc +++ b/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()