mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
plugins/*: use new mkSettingsRenamedOptionModules
This commit is contained in:
parent
0ddf6e39ac
commit
c179d47d3d
37 changed files with 1176 additions and 1510 deletions
102
plugins/by-name/which-key/renamed-options.nix
Normal file
102
plugins/by-name/which-key/renamed-options.nix
Normal file
|
@ -0,0 +1,102 @@
|
|||
[
|
||||
"hidden"
|
||||
"icons"
|
||||
"ignoreMissing"
|
||||
"keyLabels"
|
||||
"layout"
|
||||
"motions"
|
||||
"operators"
|
||||
[
|
||||
"plugins"
|
||||
"mark"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"registers"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"spelling"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"textObjects"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"operators"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"motions"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"windows"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"nav"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"z"
|
||||
]
|
||||
[
|
||||
"plugins"
|
||||
"presets"
|
||||
"g"
|
||||
]
|
||||
"popupMappings"
|
||||
"showHelp"
|
||||
"showKeys"
|
||||
"triggersBlackList"
|
||||
"triggersNoWait"
|
||||
{
|
||||
old = [
|
||||
"disable"
|
||||
"buftypes"
|
||||
];
|
||||
new = [
|
||||
"disable"
|
||||
"bt"
|
||||
];
|
||||
}
|
||||
{
|
||||
old = [
|
||||
"disable"
|
||||
"filetypes"
|
||||
];
|
||||
new = [
|
||||
"disable"
|
||||
"ft"
|
||||
];
|
||||
}
|
||||
{
|
||||
old = [
|
||||
"window"
|
||||
"winblend"
|
||||
];
|
||||
new = [
|
||||
"win"
|
||||
"wo"
|
||||
"winblend"
|
||||
];
|
||||
}
|
||||
{
|
||||
old = [
|
||||
"window"
|
||||
"border"
|
||||
];
|
||||
new = [
|
||||
"win"
|
||||
"border"
|
||||
];
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue