mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Fix pairs with copilot
This commit is contained in:
parent
b36e9f5393
commit
747b4b8990
@ -10,7 +10,7 @@ return function()
|
||||
require("cmp_git").setup()
|
||||
--
|
||||
-- Setup copilot source
|
||||
require("copilot_cmp").setup()
|
||||
require("copilot_cmp").setup({ fix_pairs = true })
|
||||
|
||||
-- Set completeopt to have a better completion experience
|
||||
vim.o.completeopt = "menuone,noselect"
|
||||
|
Loading…
Reference in New Issue
Block a user