mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 11:36:07 +01:00
23 lines
408 B
Nix
23 lines
408 B
Nix
{
|
|
deprecateExtraOptions = true;
|
|
optionsRenamedToSettings = [
|
|
"autoUpdate"
|
|
"neovimImageText"
|
|
"mainImage"
|
|
"clientId"
|
|
"logLevel"
|
|
"debounceTimeout"
|
|
"enableLineNumber"
|
|
"blacklist"
|
|
"buttons"
|
|
"fileAssets"
|
|
"showTime"
|
|
"editingText"
|
|
"fileExplorerText"
|
|
"gitCommitText"
|
|
"pluginManagerText"
|
|
"readingText"
|
|
"workspaceText"
|
|
"lineNumberText"
|
|
];
|
|
}
|