diff options
Diffstat (limited to 'config/nvim')
| -rw-r--r-- | config/nvim/lua/plugins.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 8c41208..0066902 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -111,11 +111,11 @@ require("packer").startup(function(use) lua = { "stylua", "trim_newlines", "trim_whitespace" }, nix = { "alejandra", "trim_newlines", "trim_whitespace" }, python = { "ruff_fix", "ruff_format", "trim_newlines", "trim_whitespace" }, + rst = { "docstrfmt", "trim_newlines" }, sh = { "shfmt", "trim_newlines", "trim_whitespace" }, typst = { "typstyle", "trim_newlines", "trim_whitespace" }, - rst = { "docstrfmt", "trim_newlines" }, - yaml = { "yq", "trim_newlines", "trim_whitespace" }, xml = { "xmllint", "trim_newlines", "trim_whitespace" }, + yaml = { "yq", "trim_newlines", "trim_whitespace" }, }, }) end, |
