feat: add copilot again
parent
5c99eca1df
commit
5a3ca1a3f6
|
@ -484,4 +484,17 @@ require("lazy").setup({
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- https://github.com/github/copilot.vim
|
||||||
|
{
|
||||||
|
"github/copilot.vim",
|
||||||
|
init = function()
|
||||||
|
vim.g.copilot_filetypes = {
|
||||||
|
["*"] = false,
|
||||||
|
go = true,
|
||||||
|
proto = true,
|
||||||
|
lua = true,
|
||||||
|
}
|
||||||
|
end,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue