mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Added json formatter
This commit is contained in:
parent
da6838026e
commit
503422b79d
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
|||
[submodule "bundle/vim-pathogen"]
|
||||
path = bundle/vim-pathogen
|
||||
url = git://github.com/tpope/vim-pathogen.git
|
||||
[submodule "bundle/json"]
|
||||
path = bundle/json
|
||||
url = https://github.com/jakar/vim-json.git
|
||||
|
|
1
bundle/json
Submodule
1
bundle/json
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d018c367e59f1a3308977d6513526c374e708611
|
Loading…
Reference in a new issue