From c5f5cb28ff7bf5212e6d1c870cb0947307bc2506 Mon Sep 17 00:00:00 2001 From: Andrew Malcolmson Date: Sat, 29 May 2021 19:13:57 -0400 Subject: [PATCH] Add init.vim save location for Flatpak install This is an update to this issue: https://github.com/junegunn/vim-plug/pull/846 The line specifying the init.vim location for the Flatpak install was missing in the [original commit](https://github.com/junegunn/vim-plug/commit/8846bc6af14d105d3c1121bb5c42fb2efc4dfe9e) for this issue. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8899a59..12ed425 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ``` +Create init.vim in `~/.var/app/io.neovim.nvim/config/nvim/` ###### Windows (PowerShell)