ascendente
cometimento
dd552891d5
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 1934652EA16ECB3B
2 ficheiros alterados com
3 adições e
2 eliminações
-
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() |
|
|
|
|