We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Additions
A boolean to toggle gitsigns blame:
current_line_blame = false, -- Toggle with :Gitsigns toggle_current_line_blame
:Gitsigns toggle_current_line_blame
Setting this to true shows inlay blames:
#[arg(short, long, default_value = "pennystocks")] "You, 4 days ago - for_each_concurrent"(inlay text)
No response
The text was updated successfully, but these errors were encountered:
Addressed by #524
Sorry, something went wrong.
With the PR merged, you may now set current_line_blame = false; in the setupOpts set and it will be converted to the Lua value.
current_line_blame = false;
setupOpts
No branches or pull requests
🏷️ Feature Type
API Additions
🔖 Feature description
A boolean to toggle gitsigns blame:
✔️ Solution
current_line_blame = false, -- Toggle with
:Gitsigns toggle_current_line_blame
Setting this to true shows inlay blames:
#[arg(short, long, default_value = "pennystocks")] "You, 4 days ago - for_each_concurrent"(inlay text)
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: