Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/copilot.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: mandynoto/copilot.vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 17, 2023

  1. feat: add functionality to check for Copilot suggestions

    This commit introduces a new feature that checks whether a Copilot suggestion is currently being shown. The new function `copilot#SuggestionBeingShown` has been added to provide this functionality. It is implemented by checking the existence of the local script variables `s:uuid` and `b:_copilot`. This feature allows for better integration of Copilot with other plugins such as cmp, luasnip, and neogen, by enabling conditional dismissal of Copilot suggestions.
    mandynoto committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    ea2f602 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    7349377 View commit details
    Browse the repository at this point in the history
Loading