Add Flatpak installation instructions to README.md (#846)

Tested with https://flathub.org/apps/details/io.neovim.nvim
This commit is contained in:
Stefano 2020-05-06 01:54:46 +00:00 committed by GitHub
parent 0862a76fdd
commit 8846bc6af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,13 +56,20 @@ $uri = 'https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
#### Neovim
###### Unix
###### Unix, Linux
```sh
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
###### Linux (Flatpak)
```sh
curl -fLo ~/.var/app/io.neovim.nvim/data/nvim/site/autoload/plug.vim \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
###### Windows (PowerShell)
```powershell