Files
vim-polyglot/indent/jsonc.vim
2020-12-30 12:13:50 +01:00

6 lines
85 B
VimL

if has_key(g:polyglot_is_disabled, 'jsonc')
finish
endif
runtime! indent/json.vim