From d3e8a16822e785bc45a59b92ac5d1a9594668256 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Mon, 11 Nov 2024 12:01:18 +0100 Subject: [PATCH] Debian: install cargo and luarocks for nvim --- home/.chezmoidata/packages.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.chezmoidata/packages.yaml b/home/.chezmoidata/packages.yaml index c7943ef9..134f58ba 100644 --- a/home/.chezmoidata/packages.yaml +++ b/home/.chezmoidata/packages.yaml @@ -251,6 +251,7 @@ packages: - "bat" - "black" # - "checkmake" + - "cargo" - "coreutils" - "direnv" - "docker" @@ -275,6 +276,7 @@ packages: # - "ltex-ls" # - "lua-language-server" - "luajit" + - "luarocks" # - "markdownlint-cli2" - "msmtp" - "mutt"