use lsp to format json

This commit is contained in:
Chris 2021-06-29 13:48:58 -04:00
parent 02865aba7b
commit 38a0668e4d
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ O.lang.tsserver.linter = nil
O.lang.tsserver.autoformat = true
-- json
O.lang.json.active = true
O.lang.json.autoformat = true
-- ruby