mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
36 lines
400 B
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"
|
|
];
|
|
}
|