From 19e276aec224ab26db3a6d8d90eb4b2763b96f82 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Mon, 11 May 2026 16:27:58 +0200 Subject: Always install guix to user profile to use it from there --- config/nvim/lua/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/nvim/lua/plugins.lua') 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, -- cgit v1.3