1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-12 12:01:10 +01:00

treewide: remove with lib;

This commit is contained in:
Gaetan Lepage 2025-12-07 12:28:40 +01:00 committed by Gaétan Lepage
parent cd0443e166
commit 629f9d75f8
67 changed files with 276 additions and 338 deletions

View file

@ -1,16 +1,11 @@
{
lib,
...
}:
with lib;
with lib.nixvim.plugins;
mkVimPlugin {
{ lib, ... }:
lib.nixvim.plugins.mkVimPlugin {
name = "zig";
package = "zig-vim";
globalPrefix = "zig_";
description = "Vim plugin for the Zig programming language.";
maintainers = [ maintainers.GaetanLepage ];
maintainers = [ lib.maintainers.GaetanLepage ];
settingsOptions = {
fmt_autosave = lib.nixvim.defaultNullOpts.mkFlagInt 1 ''