mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-14 13:01:12 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) types;
|
||||
in
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "dashboard";
|
||||
package = "dashboard-nvim";
|
||||
description = "Fancy and Blazing Fast start screen plugin for Neovim.";
|
||||
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
maintainers = [ lib.maintainers.MattSturgeon ];
|
||||
|
||||
settingsExample = {
|
||||
theme = "hyper";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue