2024-01-01 21:50:06 +01:00
|
|
|
{
|
|
|
|
empty = {
|
2024-11-30 17:32:27 +01:00
|
|
|
plugins.codeium-nvim = {
|
|
|
|
enable = true;
|
|
|
|
settings.enable_cmp_source = false;
|
|
|
|
};
|
2024-01-01 21:50:06 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
enabled-by-cmp = {
|
2024-02-03 23:22:06 +01:00
|
|
|
plugins.cmp = {
|
2024-01-01 21:50:06 +01:00
|
|
|
enable = true;
|
|
|
|
|
2024-02-03 23:22:06 +01:00
|
|
|
settings.sources = [ { name = "codeium"; } ];
|
2024-01-01 21:50:06 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
2024-11-30 17:32:27 +01:00
|
|
|
plugins = {
|
|
|
|
cmp.enable = true;
|
|
|
|
|
|
|
|
codeium-nvim = {
|
|
|
|
enable = true;
|
2024-01-01 21:50:06 +01:00
|
|
|
|
2024-11-30 17:32:27 +01:00
|
|
|
settings = {
|
|
|
|
manager_path = null;
|
|
|
|
bin_path.__raw = "vim.fn.stdpath('cache') .. '/codeium/bin'";
|
|
|
|
config_path.__raw = "vim.fn.stdpath('cache') .. '/codeium/config.json'";
|
|
|
|
language_server_download_url = "https://github.com";
|
|
|
|
api = {
|
|
|
|
host = "server.codeium.com";
|
|
|
|
port = "443";
|
|
|
|
path = "/";
|
|
|
|
portal_url = "codeium.com";
|
|
|
|
};
|
|
|
|
enterprise_mode = null;
|
|
|
|
detect_proxy = null;
|
|
|
|
tools = { };
|
|
|
|
wrapper = null;
|
|
|
|
enable_chat = true;
|
|
|
|
enable_local_search = true;
|
|
|
|
enable_index_service = true;
|
|
|
|
search_max_workspace_file_count = 5000;
|
|
|
|
file_watch_max_dir_count = 50000;
|
|
|
|
enable_cmp_source = true;
|
|
|
|
virtual_text = {
|
|
|
|
enabled = false;
|
|
|
|
filetypes = [ ];
|
|
|
|
default_filetype_enabled = true;
|
|
|
|
manual = false;
|
|
|
|
idle_delay = 75;
|
|
|
|
virtual_text_priority = 65535;
|
|
|
|
map_keys = true;
|
|
|
|
accept_fallback = null;
|
|
|
|
key_bindings = {
|
|
|
|
accept = "<Tab>";
|
|
|
|
accept_word = false;
|
|
|
|
accept_line = false;
|
|
|
|
clear = false;
|
|
|
|
next = "<M-]>";
|
|
|
|
prev = "<M-[>";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
workspace_root = {
|
|
|
|
use_lsp = true;
|
|
|
|
find_root = null;
|
|
|
|
paths = [
|
|
|
|
".bzr"
|
|
|
|
".git"
|
|
|
|
".hg"
|
|
|
|
".svn"
|
|
|
|
"_FOSSIL_"
|
|
|
|
"package.json"
|
|
|
|
];
|
|
|
|
};
|
2024-09-03 21:23:27 -05:00
|
|
|
};
|
2024-01-01 21:50:06 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|