Skip to content

Commit

Permalink
feat(copilot-chat): disable auto-follow cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Feb 29, 2024
1 parent 7e24b80 commit d182f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/extras/copilot-chat-v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ return {
},
opts = {
prompts = prompts,
auto_follow_cursor = false, -- Don't follow the cursor after getting response
mappings = {
close = "q", -- Close chat
reset = "<C-l>", -- Clear the chat buffer
Expand Down

0 comments on commit d182f54

Please sign in to comment.