mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
37 lines
400 B
Nix
37 lines
400 B
Nix
|
{
|
||
|
deprecateExtraOptions = true;
|
||
|
optionsRenamedToSettings = [
|
||
|
"configPath"
|
||
|
"binPath"
|
||
|
[
|
||
|
"api"
|
||
|
"host"
|
||
|
]
|
||
|
[
|
||
|
"api"
|
||
|
"port"
|
||
|
]
|
||
|
[
|
||
|
"tools"
|
||
|
"uname"
|
||
|
]
|
||
|
[
|
||
|
"tools"
|
||
|
"uuidgen"
|
||
|
]
|
||
|
[
|
||
|
"tools"
|
||
|
"curl"
|
||
|
]
|
||
|
[
|
||
|
"tools"
|
||
|
"gzip"
|
||
|
]
|
||
|
[
|
||
|
"tools"
|
||
|
"languageServer"
|
||
|
]
|
||
|
"wrapper"
|
||
|
];
|
||
|
}
|