Fix flatpak override command
This commit is contained in:
parent
dbc92d86e2
commit
7941ef93e1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ then
|
||||||
# If you get the following error:
|
# If you get the following error:
|
||||||
# unix_listener: cannot bind to path /run/user/XXXX/keyring/ssh: No such file or directory
|
# unix_listener: cannot bind to path /run/user/XXXX/keyring/ssh: No such file or directory
|
||||||
# Run the following to grant NeoVim access to the SSH Agent:
|
# Run the following to grant NeoVim access to the SSH Agent:
|
||||||
# flatpak override --socket=ssh-auth io.neovim.nvim
|
# flatpak --user override --socket=ssh-auth io.neovim.nvim
|
||||||
EDITOR="io.neovim.nvim -f"
|
EDITOR="io.neovim.nvim -f"
|
||||||
alias vi=io.neovim.nvim
|
alias vi=io.neovim.nvim
|
||||||
elif command -v vim > /dev/null
|
elif command -v vim > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue