jellydn / quick-code-runner.nvim

A simple and efficient code runner for Neovim.
MIT License
22 stars 0 forks source link

[Sweep Rules] Fix mode value in README.md #13

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

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.

sweep-ai[bot] commented 10 months ago

Rollback Files For Sweep

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

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