From 8846bc6af14d105d3c1121bb5c42fb2efc4dfe9e Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 6 May 2020 01:54:46 +0000 Subject: [PATCH] Add Flatpak installation instructions to README.md (#846) Tested with https://flathub.org/apps/details/io.neovim.nvim --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa63bb..5732b94 100644 --- a/README.md +++ b/README.md @@ -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