#2 Add Vundle

マージ済み
Deuchnord が 1 個のコミットを vundle から master へマージ 6年前
  1. +1
    -1
      README.md
  2. +2
    -1
      vimrc

+ 1
- 1
README.md ファイルの表示

@@ -14,4 +14,4 @@ The following plugins are installed with [Vundle](https://github.com/VundleVim/V


| Plugin | Description | | Plugin | Description |
| ------ | ----------- | | ------ | ----------- |
| [vim-jsonpath](https://github.com/mogelbrod/vim-jsonpath) | Adds capabilities to explore a JSON file with JsonPath |

+ 2
- 1
vimrc ファイルの表示

@@ -17,7 +17,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()


Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'
Plugin 'git://github.com/mogelbrod/vim-jsonpath'

" Add plugins here


call vundle#end() call vundle#end()



読み込み中…
キャンセル
保存