elzr / vim-json

A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
Other
1.23k stars 111 forks source link

Auto-indent not working #81

Open primordialstew opened 7 years ago

primordialstew commented 7 years ago

When I press Return between two JSON properties, the cursor goes to the beginning of the line, instead of autoindenting. When I press tab, I get an 8-space indent.

Is this the expected behavior?