Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Breaking changes and meta #260

Open
famiu opened this issue May 6, 2022 · 2 comments
Open

Breaking changes and meta #260

famiu opened this issue May 6, 2022 · 2 comments

Comments

@famiu
Copy link
Owner

famiu commented May 6, 2022

This is the issue for tracking breaking changes made to Feline.nvim and meta changes to Feline.nvim such as changes to the versioning system and such. Subscribe to this issue if you want to know how to fix issues you may face while updating Feline.

@famiu famiu changed the title Dealing with update error Dealing with errors while updating May 6, 2022
@famiu famiu pinned this issue May 6, 2022
@famiu famiu changed the title Dealing with errors while updating Dealing with errors while updating master branch May 6, 2022
@famiu famiu changed the title Dealing with errors while updating master branch Breaking changes and meta May 6, 2022
@famiu
Copy link
Owner Author

famiu commented May 6, 2022

Feline has switched back to a rolling release model, which made it need a force push to the master branch. So if you notice an error while updating Feline, just delete the folder containing the plugin inside your Neovim data folder. You can find your Neovim data folder by doing :echo stdpath('data') inside Neovim. If you use packer, the folder containing Feline should be something like {datadir}/site/pack/packer/start/feline.nvim where {datadir} is the path you get by doing echo stdpath('data'). Simply removing the folder and re-running :PackerSync should fix the issue.

For develop branch users, just switch to using the master branch as the develop branch is deprecated going to be removed soon as now the master branch will contain the latest changes.

EDIT: There will still be tags if the minimum required Nvim version is ever changed in the future, so you can use a version of Feline compatible with the older version of Nvim.

Repository owner locked as off-topic and limited conversation to collaborators May 6, 2022
Repository owner deleted a comment from jalberto May 6, 2022
@famiu
Copy link
Owner Author

famiu commented May 21, 2022

Breaking changes caused by #267:

  • Minimum required Neovim version was raised to 0.7. There's now a new 0.5-compat branch that people with a version lower than 0.7 can use.
  • Support for presets was removed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant