Skip to content

Commit 9447558

Browse files
committed
Native support for JSON5/JSONC in Vim
1 parent 175a3ae commit 9447558

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vim/plugins/json.vim

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Plug 'elzr/vim-json'
1010
" GutenYe/json5.vim
1111
"*********************************************************************
1212

13-
Plug 'GutenYe/json5.vim'
13+
if v:version < 901
14+
Plug 'GutenYe/json5.vim'
15+
endif

0 commit comments

Comments
 (0)