This website works better with JavaScript.
首頁
探索
說明
登入
Deuchnord
/
Vimconf
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
2
版本發佈
0
Activity
標籤
里程碑
建立合併請求
#2
Add Vundle
已合併
Deuchnord
於
6 年之前
將 1 次代碼提交從
vundle
合併至
master
對話內容
0
程式碼提交
1
Files Changed
2
共有
2 個文件被更改
,包括
3 次插入
和
2 次删除
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
取消
儲存