json fmt
This commit is contained in:
parent
d54396f478
commit
3236f481d7
1
init.lua
1
init.lua
|
|
@ -999,6 +999,7 @@ require('lazy').setup({
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
sql = { 'sql_formatter' },
|
sql = { 'sql_formatter' },
|
||||||
|
json = { 'prettier' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue