dotfyle
dotfyle copied to clipboard
Find the best Neovim plugins
Hi and thank you for maintaining such a wonderful website. I came across an issue where mini.deps plugin manager is not being detected. Also all the plugins in my configuration...
User names should be able to be lowered without this fix ❌ https://dotfyle.com/hacksore with the fix ✅ https://dotfyle.com/hacksore
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.30.3 to 2.8.3. Release notes Sourced from @sveltejs/kit's releases. @sveltejs/kit@2.8.3 Patch Changes fix: ensure error messages are escaped (#13050) fix: escape values included in dev 404 page...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
URLs should be deduplicated and matched after normalising e.g. lowercasing them, because currently it's possible to use a URL in a config and it not be registered as a plugin...
I'm using my plugin as an example, but this likely impacts others as well. Something is wrong here, and I'm not sure what the root issue is. Here are the...
how should i update the media (photo / video) of a plugin after I(the plugin author) update the media on readme?
Was the last edition released on january 6th, 2025, and will there be no further updates?
Dotfyle reports `leaderkey: unknown` for my config even though I explicitly set a backslash leader at the top of my `init.lua.` ```lua vim.g.mapleader = "\\" ``` It looks like the...