codicocodes / dotfyle

Find the best Neovim plugins
https://dotfyle.com
MIT License
723 stars 30 forks source link

Allow deleting configs #12

Open codicocodes opened 1 year ago

le4ker commented 10 months ago

@codicocodes that would be really useful. I declared some init.lua files that were not my root one, and this has resulted in 4 different dotfyle configs that I can't clean up now 😬

rubiin commented 9 months ago

+1 on this. Realy annoying to not be able to delete configs. Due to this, I have 3-4 configs that point to same repo

codicocodes commented 9 months ago

For this particular use case (repository or user changed name) -> I would also like to automatically update the repository name when it's changed on GitHub.

@rubiin It will cause some backwards compatibility issues, e.g. if I automatically update your repository name there will be a duplicate key violation error as repository as [owner, name, root] are unique together.

I'll probably go for auto deleting one of these repositories when this error occurs.

rubiin commented 9 months ago

@codicocodes One stuff I found missing was on the listing can we have a github icon that would link to the github similar to neovimcraft. Right now , I have to view the card detail and from there click the github link. This is on on all list

This is a neovimcraft screenshot of what i was talking about.

This is currently how dotfyle shows lists.

codicocodes commented 9 months ago

I appreciate the feedback! But want to note that this issue is about deleting stale configs, and it is not a good place to discuss adding a GitHub icon on the plugin list.

rubiin commented 9 months ago

@codicocodes I can create a new issue

Ramilito commented 3 months ago

Accidentally submitted a plugin as a config 😅, is there a way to delete/move it? It's ramilito/kubectl.nvim

abrarishere commented 3 months ago

Anybody found any solution for deleting configurations?