nix-community.nixvim/plugins/by-name/dial/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
280 B
Nix
Raw Normal View History

2025-04-29 00:48:55 +02:00
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "dial";
packPathName = "dial.nvim";
package = "dial-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
# This plugin does not have a conventional setup function
hasSettings = false;
callSetup = false;
}