From 84cf9314106010cbe14d4595b3428e6f956869a2 Mon Sep 17 00:00:00 2001 From: Ava Gaiety Wroten Date: Thu, 8 Apr 2021 10:25:42 -0500 Subject: [PATCH] corrected nvim config command --- nvim/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/README.md b/nvim/README.md index 9ea32e6..a7e1f8e 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -8,5 +8,6 @@ Vim alternative `nvim`. ```bash sudo pacman -S neovim +set -Ux XDG_CONFIG_HOME {location_of_dotfiles} ```