mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-08 18:11:07 +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,11 +1,10 @@
|
|||
{ lib, ... }:
|
||||
with lib;
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "codesnap";
|
||||
package = "codesnap-nvim";
|
||||
description = "Snapshot plugin with rich features that can make pretty code snapshots.";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsExample = {
|
||||
save_path = "~/Pictures/Screenshots/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue