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](8846bc6af1) for this issue.
This commit is contained in:
Andrew Malcolmson 2021-05-29 19:13:57 -04:00 committed by GitHub
parent fc2813ef44
commit c5f5cb28ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)