nvim: re-enable copilot
This commit is contained in:
parent
cb0da225ee
commit
654bfde7e4
1 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue