This website works better with JavaScript.
Home
Explore
Help
Sign In
Deuchnord
/
Vimconf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Activity
Labels
Milestones
New Pull Request
#2
Add Vundle
Merged
Deuchnord
merged 1 commits from
vundle
into
master
6 years ago
Conversation
0
Commits
1
Files Changed
2
2 changed files
with
3 additions
and
2 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+2
-1
vimrc
+ 1
- 1
README.md
View File
@@ -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
View File
@@ -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…
Cancel
Save