feat: add copilot again

main
sudo pacman -Syu 2024-01-24 17:41:16 +07:00
parent 5c99eca1df
commit 5a3ca1a3f6
1 changed files with 13 additions and 0 deletions

View File

@ -484,4 +484,17 @@ require("lazy").setup({
})
end,
},
-- https://github.com/github/copilot.vim
{
"github/copilot.vim",
init = function()
vim.g.copilot_filetypes = {
["*"] = false,
go = true,
proto = true,
lua = true,
}
end,
},
})