Remove text-to-color, was just for fun

This commit is contained in:
Alexander Gehrke 2023-08-18 16:19:58 +02:00
parent f51ddd6f72
commit eb8a2a698a

View file

@ -1,12 +0,0 @@
return {
'svermeulen/text-to-colorscheme',
dependencies = { 'tsuyoshicho/vim-pass' },
config = function ()
require('text-to-colorscheme').setup {
ai = {
gpt_model = "gpt-3.5-turbo",
openai_api_key = vim.fn['pass#get']('apikeys/openai_vim'),
},
}
end
}