Skip to content
New issue

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

perf(highlight): allow user custom highlight group 'NvimGitLinkerHighlightTextObject' #90

Merged
merged 22 commits into from
Nov 13, 2023

Conversation

linrongbin16
Copy link
Owner

@linrongbin16 linrongbin16 commented Nov 13, 2023

Regression Test

Platforms

  • windows
  • macOS
  • linux

Tasks

  • Use <leader>gl to copy git link.
  • Use <leader>gL to open git link in browser.
  • Copy git link in a symlink directory of git repo.
  • Copy git link in an un-pushed git branch, and receive an expected error.
  • Copy git link in a pushed git branch but edited file, and receive a warning says the git link could be wrong.

@github-actions github-actions bot added the perf label Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Files Coverage Δ
lua/gitlinker/git.lua 70.00% <ø> (+8.21%) ⬆️
lua/gitlinker/linker.lua 70.00% <ø> (-20.39%) ⬇️
lua/gitlinker/path.lua 91.66% <ø> (-1.44%) ⬇️
lua/gitlinker.lua 60.24% <80.00%> (-6.43%) ⬇️
lua/gitlinker/highlight.lua 84.00% <80.00%> (+70.66%) ⬆️

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!

@linrongbin16 linrongbin16 merged commit 7ac8301 into master Nov 13, 2023
8 checks passed
@linrongbin16 linrongbin16 deleted the docs-highlight branch November 13, 2023 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant