mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-13 04:21:10 +01:00
24 lines
456 B
Nix
24 lines
456 B
Nix
lib: {
|
|
deprecateExtraOptions = true;
|
|
|
|
optionsRenamedToSettings = map (lib.splitString ".") [
|
|
"autoEnable"
|
|
"magicWindow"
|
|
"autoResizeHeight"
|
|
|
|
"preview.autoPreview"
|
|
"preview.borderChars"
|
|
"preview.showTitle"
|
|
"preview.delaySyntax"
|
|
"preview.winHeight"
|
|
"preview.winVheight"
|
|
"preview.wrap"
|
|
"preview.bufLabel"
|
|
"preview.shouldPreviewCb"
|
|
|
|
"funcMap"
|
|
|
|
"filter.fzf.actionFor"
|
|
"filter.fzf.extraOpts"
|
|
];
|
|
}
|