Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't use a path in NVIM_APPNAME #2

Closed
wants to merge 1 commit into from
Closed

don't use a path in NVIM_APPNAME #2

wants to merge 1 commit into from

Conversation

RoryNesbitt
Copy link
Owner

@RoryNesbitt RoryNesbitt commented Sep 11, 2023

This will let NVIM_APPNAME stay just a name, meaning it will work with nightly (relevant issue)

It may however break the universe, I don't yet know. I usually try to not touch XDG directories, but I think using a path in NVIM_APPNAME would theoretically have the same issues and that's why they don't want to support it.

Right now using a path works for stable, and the dev branch shouldTM work for everything.

Installation:

curl -o ~/.local/bin/dotfyle https://raw.githubusercontent.com/RoryNesbitt/dotfyle-cli/dev/dotfyle
chmod +x ~/.local/bin/dotfyle

@RoryNesbitt
Copy link
Owner Author

The dotfyle upgrade command will always pull from main, even if used from the dev branch. This can be used to get back to the normal version once this hack is no longer required

@RoryNesbitt
Copy link
Owner Author

No longer required as of neovim/neovim#25233

@RoryNesbitt RoryNesbitt deleted the dev branch September 27, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant