dev notes

software development craftsmanship

/ home / vim / configuration [ / plug / color scheme / nerdtree / CtrlP / vim autoformat / vim fugitive / jsonc / vim airline / neoterm / vim-test / summary ]

jsonc

Some json files may contain comments. Comments are not part of the json specification, so syntax highlighting may show errors.

jsonc solves this problem.

jsonc provides a list of well known json config files. If one of these files is detected, the filetype is switched to jsonc to fix the syntax highlighting.

installation

Plug 'neoclide/jsonc.vim'