mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/*: use new mkSettingsRenamedOptionModules
This commit is contained in:
parent
0ddf6e39ac
commit
c179d47d3d
37 changed files with 1176 additions and 1510 deletions
|
@ -30,16 +30,14 @@ mkVimPlugin {
|
|||
"port"
|
||||
"pageTitle"
|
||||
"theme"
|
||||
];
|
||||
imports = [
|
||||
(mkRenamedOptionModule
|
||||
[ "plugins" "markdown-preview" "fileTypes" ]
|
||||
[ "plugins" "markdown-preview" "settings" "filetypes" ]
|
||||
)
|
||||
(mkRenamedOptionModule
|
||||
[ "plugins" "markdown-preview" "browserFunc" ]
|
||||
[ "plugins" "markdown-preview" "settings" "browserfunc" ]
|
||||
)
|
||||
{
|
||||
old = "fileTypes";
|
||||
new = "filetypes";
|
||||
}
|
||||
{
|
||||
old = "browserFunc";
|
||||
new = "browserfunc";
|
||||
}
|
||||
];
|
||||
|
||||
settingsOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue