nix-community.nixvim/plugins/by-name/codeium-nvim/deprecations.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
400 B
Nix
Raw Normal View History

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