CopilotChat.nvim
CopilotChat.nvim copied to clipboard
tiktoken download fails if cache folder doesn't exist yet
If the nvim folder in ~/.cache/ doesn't exist yet, the download in tiktoken.lua will fail.
It should be created if it doesn't exist.
Maybe put a vim.fn.mkdir(vim.fn.stdpath('cache'), 'p') somewhere appropriate.