aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins')
-rw-r--r--nvim/lua/plugins/format.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua
index 8b40229..ce3f4e7 100644
--- a/nvim/lua/plugins/format.lua
+++ b/nvim/lua/plugins/format.lua
@@ -33,6 +33,7 @@ return {
33 javascript = prettier, 33 javascript = prettier,
34 jinja = djlint, 34 jinja = djlint,
35 json = jq, 35 json = jq,
36 jsonc = prettier,
36 lua = stylua, 37 lua = stylua,
37 python = ruff, 38 python = ruff,
38 sh = shfmt, 39 sh = shfmt,