mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/*: use new mkSettingsRenamedOptionModules
This commit is contained in:
parent
0ddf6e39ac
commit
c179d47d3d
37 changed files with 1176 additions and 1510 deletions
|
@ -46,6 +46,10 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
|||
"logger"
|
||||
"floatPrecision"
|
||||
]
|
||||
{
|
||||
old = "modules";
|
||||
new = "load";
|
||||
}
|
||||
];
|
||||
imports = [
|
||||
./deprecations.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue