Closed sweep-ai[bot] closed 10 months ago
Latest commit: 02ebde7bd0109e31805ff711c82ad2dedfecaba4
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
PR Feedback: 👎
I created this PR to address this rule:
"Variable and function names should be meaningful and descriptive."
Description
This PR fixes the mode value in the configuration for quick-code-runner.nvim in the README.md file. The mode value should be a list to specify multiple modes in which the command can be executed. However, the code diff changed the mode value from a list to a string. This PR corrects the mode value by changing it back to a list in the configuration.
Summary of Changes
Please review and merge this PR to fix the mode value in the configuration for quick-code-runner.nvim.