git404hub

what is vim-json fr?

delphinus/vim-json — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2018-09-05

1Vim scriptAudience · developerComplexity · 1/5DormantSetup · easy

tl;dr

A Vim plugin that adds strict JSON syntax highlighting, flagging errors like missing commas or wrong quotes in red as you type.

vibe map

mindmap
  root((vim-json))
    What it does
      JSON syntax highlighting
      Error highlighting
      Quote concealing
    Tech stack
      Vim script
    Use cases
      Editing config files
      Debugging API responses
      Maintaining datasets
    Audience
      Web developers
      Vim users
    Features
      Strict JSON rules
      Real time warnings
      Optional quote hiding

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Spot a missing comma or trailing semicolon in a JSON config file before it breaks your app.

VIBE 2

Edit API response fixtures with clear visual separation between keys and values.

VIBE 3

Maintain large JSON datasets with reduced risk of syntax mistakes.

VIBE 4

Get a cleaner-looking JSON file in Vim by concealing the double quotes around keys.

what's the stack?

Vim script

how it stacks up fr

delphinus/vim-jsonaevri/dotfilesokratitan/dotfiles
Stars111
LanguageVim scriptVim scriptVim script
Last pushed2018-09-052020-05-162021-07-09
MaintenanceDormantDormantDormant
Setup difficultyeasyeasymoderate
Complexity1/51/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires a Vim plugin manager to install.

prompts (copy fr)

prompt 1
Show me how to install vim-json using a standard Vim plugin manager.
prompt 2
Help me understand what vim-json's red error highlighting is telling me about a broken JSON file.
prompt 3
Explain how to turn off quote concealing in vim-json.
prompt 4
What JSON syntax mistakes does vim-json catch that regular JavaScript highlighting misses?

Frequently asked questions

what is vim-json fr?

A Vim plugin that adds strict JSON syntax highlighting, flagging errors like missing commas or wrong quotes in red as you type.

What language is vim-json written in?

Mainly Vim script. The stack also includes Vim script.

Is vim-json actively maintained?

Dormant — no commits in 2+ years (last push 2018-09-05).

How hard is vim-json to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is vim-json for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.