1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-20 17:29:40 +01:00
nixvim/plugins/by-name/codeium-nvim/deprecations.nix

36 lines
400 B
Nix

{
deprecateExtraOptions = true;
optionsRenamedToSettings = [
"configPath"
"binPath"
[
"api"
"host"
]
[
"api"
"port"
]
[
"tools"
"uname"
]
[
"tools"
"uuidgen"
]
[
"tools"
"curl"
]
[
"tools"
"gzip"
]
[
"tools"
"languageServer"
]
"wrapper"
];
}