Skip to content

Commit

Permalink
feat: json, lua formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdivad committed Feb 9, 2024
1 parent 7c8b40e commit 466e7c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nvim/config/lua/plugins/formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ return {
---@type table<string, conform.FormatterUnit[]>
formatters_by_ft = {
markdown = { "prettier" },
json = { "fixjson" },
lua = { "stylua" },
},
}
return opts
Expand Down

0 comments on commit 466e7c0

Please sign in to comment.