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
|
||||
-- use({
|
||||
-- "github/copilot.vim",
|
||||
-- config = function()
|
||||
-- require("plugins/copilot")
|
||||
-- end,
|
||||
-- })
|
||||
use({
|
||||
"github/copilot.vim",
|
||||
config = function()
|
||||
require("plugins/copilot")
|
||||
end,
|
||||
})
|
||||
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue