このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Deuchnord
/
Vimconf
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
2
リリース
0
アクティビティ
ラベル
マイルストーン
新しいプルリクエスト
#2
Add Vundle
マージ済み
Deuchnord
が 1 個のコミットを
vundle
から
master
へマージ
6年前
会話
0
コミット
1
変更されたファイル
2
2個のファイルの変更
、
3行の追加
、
2行の削除
空白
変更をすべて表示
行の比較で空白を無視
空白の長さの違いは無視
行末の空白の違いは無視
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
README.md
+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 |
| ------ | ----------- |
| [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()
Plugin 'VundleVim/Vundle.vim'
Plugin 'git://github.com/mogelbrod/vim-jsonpath'
" Add plugins here
call vundle#end()
書き込み
プレビュー
読み込み中…
キャンセル
保存