summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
diff options
context:
space:
mode:
authorrdvm <git@rvm.dev>2024-04-16 10:29:27 -0500
committerGitHub <noreply@github.com>2024-04-16 11:29:27 -0400
commitc5338bbb7548ffad44436e0f09161554a46a5853 (patch)
tree94ee9ed7fb58a658cf8de7c53f3af2bf55cb48af /nvim/README.md
parente6bdd83c98061595385f9c7c37c91919566afdb6 (diff)
downloaddots-c5338bbb7548ffad44436e0f09161554a46a5853.tar.gz
Arch, btw (#852)
* Arch, btw * Add unzip * Add unzip for Fedora and --needed arg for Arch
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index 4dd8ac8..e67b94a 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -269,7 +269,14 @@ sudo apt install -t unstable neovim
<details><summary>Fedora Install Steps</summary>
```
-sudo dnf install -y gcc make git ripgrep fd-find neovim
+sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
+```
+</details>
+
+<details><summary>Arch Install Steps</summary>
+
+```
+sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim
```
</details>