Skip to content

Conversation

ALameLlama
Copy link
Member

📑 Description

With auto-save.nvim enabled trying to use fyler.nvim feels awful, if you try and move a file and then go to n mode to fix indentation it'll try saving the buffer normally causing issues with the file getting moved to the wrong place

📖 Additional Information

This is taken from their example and just trimmed now to what is probably more relevant https://github.com/okuuva/auto-save.nvim#condition

Copy link

github-actions bot commented Oct 16, 2025

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Entry returns a single plugin spec with the new plugin as the only top level spec (not applicable for recipes or packs).

  • Proper usage of opts table rather than setting things up with the config function.

  • Proper usage of specs table for all specs that are not dependencies of a given plugin (not applicable for recipes or packs).

@ALameLlama ALameLlama force-pushed the fix/auto-save-nvim-with-fyler branch from 9c4d469 to d374758 Compare October 16, 2025 01:05
@ALameLlama ALameLlama force-pushed the fix/auto-save-nvim-with-fyler branch from d374758 to 60d57c7 Compare October 16, 2025 21:51
@Uzaaft
Copy link
Member

Uzaaft commented Oct 18, 2025

One last comment from me. Or else this looks good to be merged.

@ALameLlama ALameLlama force-pushed the fix/auto-save-nvim-with-fyler branch 2 times, most recently from bc1033a to f508f1e Compare October 19, 2025 21:44
@Uzaaft Uzaaft changed the title fix(auto-save-nvim): auto saving in fyler fix(auto-save-nvim): fix compatibility with fyler.nvim Oct 20, 2025
@Uzaaft Uzaaft changed the title fix(auto-save-nvim): fix compatibility with fyler.nvim fix(auto-save-nvim): improve compatibility with fyler.nvim Oct 20, 2025
@Uzaaft Uzaaft merged commit ed14887 into AstroNvim:main Oct 20, 2025
24 checks passed
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.

2 participants