Add comment about NeoVim flatpak
This commit is contained in:
parent
29cda32750
commit
3478e3a919
1 changed files with 4 additions and 0 deletions
|
@ -214,6 +214,10 @@ then
|
|||
alias vi=nvim
|
||||
elif command -v io.neovim.nvim > /dev/null
|
||||
then
|
||||
# If you get the following error:
|
||||
# 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:
|
||||
# flatpak override --socket=ssh-auth io.neovim.nvim
|
||||
EDITOR="io.neovim.nvim -f"
|
||||
alias vi=io.neovim.nvim
|
||||
elif command -v vim > /dev/null
|
||||
|
|
Loading…
Reference in a new issue