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: CopilotC-Nvim/CopilotChat.nvim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: 4ydx/CopilotChat.nvim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 27, 2023

  1. initial lua draft (doesn't work)

    gptlang
    gptlang committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    35a63cc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    aa9d97f View commit details
    Browse the repository at this point in the history
  2. add shortcuts like in VSCODE

    gptlang
    gptlang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3801c58 View commit details
    Browse the repository at this point in the history
  3. Unfinished: Copilot workspace

    gptlang
    gptlang committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a616acc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix #7

    gptlang
    gptlang committed Dec 31, 2023
    1 Configuration menu
    Copy the full SHA
    666c00c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    5c94cae View commit details
    Browse the repository at this point in the history
  2. black formatting

    gptlang
    gptlang committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    fc70391 View commit details
    Browse the repository at this point in the history
  3. Use buf_set_lines & buf_set_text methods instead of `nvim.current…

    ….line` (#9)
    
    * feat: use buf_set_lines()
    
    * ref: shorten code using buf.append()
    ziontee113 authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2a04683 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. close #12

    gptlang
    gptlang committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    db87971 View commit details
    Browse the repository at this point in the history
Loading