Skip to content

Commit

Permalink
Changed Copilot settings after plugin upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
arg committed May 10, 2024
1 parent 9954e47 commit b646f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/.config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,8 @@ require("lazy").setup({
-- This is why I have to rely on the default mapping for now (<Tab>), which may conflict with other plugins
-- Also to prevent Copilot from reporing errors at :Copilot status, I have to set copilot_assume_mapped = true
-- Also copilot_no_tab_map doesn't seem to work :/
vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true
-- vim.g.copilot_no_tab_map = true
-- vim.g.copilot_assume_mapped = true
-- vim.keymap.set("i", "<C-J>", 'copilot#Accept("<CR>")', { silent = true, expr = true })
end
},
Expand Down

0 comments on commit b646f5b

Please sign in to comment.