Tags: zhuangya/astral.nvim
Tags
chore: Improve Tests (rootiest#7) * ✅ test(astral-spec): small adjustments to tests Taking it slow this time, just made some small changes to start * ✅ test(astral-spec): try a test for restoring a theme Attempt to add another test for the restore function * 🐛 fix(astral-spec): fix new test Try to fix the new test added * 🐛 fix(astral-spec): another attempt to fix test Try to add a function to reset the state * ✅ test(astral-spec): remove test Give up for now and remove the new test * ✨ feat(astral-spec): try to add some actually useful tests Bit of a hail mary, let's see how it plays out * 🐛 fix(astral-spec): remove broken tests Well at least some of them work * ✨ feat(astral-spec): add a custom theme test I think this one will work! * 🐛 fix(astral-spec): fix custom theme test Fix the custom theme test (mid-high confidence) The previous attempts failed due to lack of available colorschemes * ✨ feat(astral-spec): new test parameters Now we are really doing tests! * 🐛 fix(astral-spec): fix tests Fix the 2 tests that failed
Modularity and Error-checking (rootiest#3) * ✅chore: Ignore unused parameters - Ignore unused parameters in autocomplete function * 📝docs: Add dotfyle badge - Add badge to track plugin installs on dotfyle * 📝docs: Add a little polish to docs - Add comment to version tag - Add extended plugin description * ✨feat: Add fallback_themes option - feat:Implements a user-customizable fallback list - docs:Add Troubleshooting section * 👷ci: vimdoc use conventional commit messages - Make the vimdocs generator use proper commit message syntax * 🧑💻 devxp(cz): implement commitizen >>> ⏰ 5m Implement commitizen with gitmoji and conventional commits * ✅ test(astral-spec): update astral spec to use fallback_colors Add fallback_colors option to tests for astral-spec * ♻️ refactor(astral): modularity and error-checking >>> ⏰ 2h Improves modularity and error-checking throughout the plugin