mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
29 lines
489 B
Nix
29 lines
489 B
Nix
{
|
|
# TODO introduced 2024-03-02: remove 2024-05-02
|
|
deprecateExtraConfig = true;
|
|
optionsRenamedToSettings = [
|
|
"autoStart"
|
|
"autoClose"
|
|
"refreshSlow"
|
|
"commandForGlobal"
|
|
"openToTheWorld"
|
|
"openIp"
|
|
"browser"
|
|
"echoPreviewUrl"
|
|
"previewOptions"
|
|
"markdownCss"
|
|
"highlightCss"
|
|
"port"
|
|
"pageTitle"
|
|
"theme"
|
|
{
|
|
old = "fileTypes";
|
|
new = "filetypes";
|
|
}
|
|
{
|
|
old = "browserFunc";
|
|
new = "browserfunc";
|
|
}
|
|
];
|
|
|
|
}
|