diff options
| -rw-r--r-- | config/nvim/lua/plugins.lua | 4 | ||||
| -rwxr-xr-x | install | 2 |
2 files changed, 3 insertions, 3 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, @@ -43,7 +43,7 @@ if hascmd guix && ask "guix" "Install Guix configuration"; then inst guile ~/.guile inst config/guix/channels.scm ~/.config/guix/channels.scm guix_install \ - guile guile-colorized guile-readline guile-lsp-server + guix guile guile-colorized guile-readline guile-lsp-server fi if ask "cliutils" "Install configurations for various CLI utility tools"; then |
