Skip to content

Commit

Permalink
Added vim-json
Browse files Browse the repository at this point in the history
  • Loading branch information
faceleg committed May 21, 2015
1 parent d14b970 commit 64ca102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ filetype off
NeoBundleLazyFor 'jelera/vim-javascript-syntax', 'filetypes', ['javascript']
NeoBundleLazyFor 'kchmck/vim-coffee-script', 'filetypes', ['coffee']
au BufNewFile,BufRead *.coffee set ft=coffee
NeoBundleLazyFor 'elzr/vim-json', 'filetypes', ['json']
let g:vim_json_syntax_conceal = 0

" JavaScript
NeoBundleLazyFor 'Quramy/tsuquyomi', 'filetypes', ['typescript'], {
Expand Down

0 comments on commit 64ca102

Please sign in to comment.