config(nvim): more copilot

main
sudo pacman -Syu 2024-08-07 14:39:24 +07:00
parent 6b7de5c48e
commit 76f389d945
1 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,8 @@ require("lazy").setup({
vim.g.copilot_filetypes = {
["*"] = false,
asciidoc = true,
c = true,
cpp = true,
gitcommit = true,
go = true,
lua = true,