nvim: re-enable copilot

This commit is contained in:
Daniel Lundin 2022-08-01 14:19:05 +02:00
parent cb0da225ee
commit 654bfde7e4

View file

@ -238,11 +238,11 @@ return require('packer').startup(function()
} }
-- copilot -- copilot
-- use({ use({
-- "github/copilot.vim", "github/copilot.vim",
-- config = function() config = function()
-- require("plugins/copilot") require("plugins/copilot")
-- end, end,
-- }) })
end) end)