summaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/formatter.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/formatter.lua b/lua/plugins/formatter.lua
index cc600e5..a18610a 100644
--- a/lua/plugins/formatter.lua
+++ b/lua/plugins/formatter.lua
@@ -23,6 +23,7 @@ return {
javascript = { "prettierd" },
c = { "clang-format" },
cpp = { "clang-format" },
+ qml = { "qmlformat" },
python = { "ruff_fix", "ruff_organize_imports", "ruff_format" },
},