2024-01-01 21:50:06 +01:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.codeium-nvim.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
enabled-by-cmp = {
|
2024-02-03 23:22:06 +01:00
|
|
|
plugins.cmp = {
|
2024-01-01 21:50:06 +01:00
|
|
|
enable = true;
|
|
|
|
|
2024-05-05 19:39:35 +02:00
|
|
|
settings.sources = [ { name = "codeium"; } ];
|
2024-01-01 21:50:06 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
|
|
|
plugins.codeium-nvim = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
configPath.__raw = "vim.fn.stdpath('cache') .. '/codeium/config.json'";
|
|
|
|
binPath.__raw = "vim.fn.stdpath('cache') .. '/codeium/bin'";
|
|
|
|
api = {
|
|
|
|
host = "server.codeium.com";
|
|
|
|
port = 443;
|
|
|
|
};
|
|
|
|
tools = {
|
|
|
|
uname = null;
|
|
|
|
uuidgen = null;
|
|
|
|
curl = null;
|
|
|
|
gzip = null;
|
|
|
|
languageServer = null;
|
|
|
|
};
|
|
|
|
wrapper = null;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|