-
-
Notifications
You must be signed in to change notification settings - Fork 172
Comparing changes
Open a pull request
base repository: CopilotC-Nvim/CopilotChat.nvim
base: main
head repository: chewcw/CopilotChat.nvim
compare: main
- 17 commits
- 4 files changed
- 2 contributors
Commits on Jan 27, 2025
-
fix: improve visual selection handling
Use `nvim_buf_get_text` instead of `nvim_buf_get_lines` to properly handle column positions in visual selections. Add special handling for Visual Line mode by adjusting start and end columns accordingly.
Configuration menu - View commit details
-
Copy full SHA for 7bd4470 - Browse repository at this point
Copy the full SHA 7bd4470View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 2d8ea52 - Browse repository at this point
Copy the full SHA 2d8ea52View commit details -
Configuration menu - View commit details
-
Copy full SHA for e193524 - Browse repository at this point
Copy the full SHA e193524View commit details -
feat: add column support for selection highlighting
- Updated `get_selection` and `highlight_selection` functions to handle start and end columns for more precise selection highlighting. - Modified `ask` function to maintain consistent indentation. - Added `start_col` and `end_col` fields to selection object in `select.lua`.
Configuration menu - View commit details
-
Copy full SHA for c4f3917 - Browse repository at this point
Copy the full SHA c4f3917View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ce4614a - Browse repository at this point
Copy the full SHA ce4614aView commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1a05e2d - Browse repository at this point
Copy the full SHA 1a05e2dView commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3347ddd - Browse repository at this point
Copy the full SHA 3347dddView commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 90eb95b - Browse repository at this point
Copy the full SHA 90eb95bView commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 415fcc9 - Browse repository at this point
Copy the full SHA 415fcc9View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c738384 - Browse repository at this point
Copy the full SHA c738384View commit details
Commits on Feb 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 28d5e56 - Browse repository at this point
Copy the full SHA 28d5e56View commit details -
feat(telescope): add callback support for pick action
Add an optional callback parameter to telescope.pick() function that gets called after an action is selected. This allows for custom handling of selected actions instead of the default ask behavior.
Configuration menu - View commit details
-
Copy full SHA for 9fa5551 - Browse repository at this point
Copy the full SHA 9fa5551View commit details
Commits on Feb 16, 2025
-
feat(prompt): change prompt trigger from '/' to '!'
Change the trigger character for prompts from '/' to '!' to avoid conflicts with Neovim's search functionality. This improves the user experience by preventing accidental searches when using CopilotChat prompts.
Configuration menu - View commit details
-
Copy full SHA for 7788e73 - Browse repository at this point
Copy the full SHA 7788e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2ce99 - Browse repository at this point
Copy the full SHA ff2ce99View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1c69ff8 - Browse repository at this point
Copy the full SHA 1c69ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4210ae - Browse repository at this point
Copy the full SHA e4210aeView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 04c69da - Browse repository at this point
Copy the full SHA 04c69daView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main