vim.g.copilot_filetypes = {
["text"] = false,
}
local function set_copilot_workspace_folders(dir)
vim.g.copilot_workspace_folders = { dir }
end