neoclide / coc-json

Json language extension for coc.nvim
234 stars 21 forks source link

Formatter options / configure formatter to use? #21

Closed ELLIOTTCABLE closed 4 years ago

ELLIOTTCABLE commented 4 years ago

I can't tell what autoformatting library this uses, or how to configure the formatting.

Is there 1. a way to force it to use Prettier, or 2. a way to configure the line-width and whatnot for the library it does use?

chemzqm commented 4 years ago

It use json language server from MS, the only options are tabsize and expandtad, which are read from your vim options