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