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

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

15 lines
269 B
Nix
Raw Normal View History

2025-08-19 22:06:09 -05:00
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
moduleName = "contextfiles";
name = "contextfiles";
package = "contextfiles-nvim";
callSetup = false;
hasLuaConfig = false;
hasSettings = false;
maintainers = with lib.maintainers; [
c4patino
];
}