1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/plugins/by-name/contextfiles/default.nix
2025-08-23 04:48:03 +00:00

14 lines
269 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
moduleName = "contextfiles";
name = "contextfiles";
package = "contextfiles-nvim";
callSetup = false;
hasLuaConfig = false;
hasSettings = false;
maintainers = with lib.maintainers; [
c4patino
];
}