Parcourir la source

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

pull/2/head
Jérôme Deuchnord il y a 5 ans
Parent
révision
dd552891d5
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 1934652EA16ECB3B
2 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. +1
    -1
      README.md
  2. +2
    -1
      vimrc

+ 1
- 1
README.md Voir le fichier

@@ -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 Voir le fichier

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


Chargement…
Annuler
Enregistrer