You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Copyright 2022-2023 - Fábio Rodrigues Ribeiro and contributors
os.execute(("flatpak run io.neovim.nvim %s"):format(not arg or #arg == 0 and " " or arg[1] == "s" and "${HOME}/.var/app/io.neovim.nvim/config" or ("%s/%s"):format(os.getenv("PWD"), arg[1])))