diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index d23aecd..787c672 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -212,6 +212,9 @@ if command -v nvim > /dev/null then EDITOR="nvim -f" alias vi=nvim +elif command -v io.neovim.nvim > /dev/null + EDITOR="io.neovim.nvim -f" + alias vi=io.neovim.nvim elif command -v vim > /dev/null then EDITOR="vim -f"