folke / neoconf.nvim

💼 Neovim plugin to manage global and project-local settings
Apache License 2.0
715 stars 29 forks source link

Normalize paths returned by `Util.file_patterns` #35

Closed mgziminsky closed 3 months ago

mgziminsky commented 1 year ago

Astronvim errors while loading neoconf with neovim v0.10. The issue appears to be the same as: https://github.com/NvChad/NvChad/issues/1832 https://github.com/neovim/neovim/issues/22698

Normalizing the paths eliminates the error, but I haven't done much testing beyond that.

illianyamandu commented 6 months ago

I've been encountering this issue every time I try to open a file (as shown in the image). I updated the code as was done in this pull request, and apparently, it's been resolved. I've seen others facing the same issue as me, I think this way it solves it.

nvim issue

github-actions[bot] commented 3 months ago

This PR is stale because it has been open 60 days with no activity.

folke commented 3 months ago

ty!