Skip to content

Commit

Permalink
format json
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe committed Nov 26, 2015
1 parent e00a49b commit 2410077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

command! FormatJSON %!python -m json.tool
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set undoreload=10000 " number of lines to save for undo

source ~/.vim/plugins.vim
source ~/.vim/settings.vim
source ~/.vim/commands.vim
source ~/.vim/autocommands.vim
source ~/.vim/mappings.vim
source ~/.vim/shortcuts.vim
Expand Down

0 comments on commit 2410077

Please sign in to comment.