nix-community.nixvim/plugins/by-name/lzn-auto-require/default.nix

10 lines
245 B
Nix
Raw Normal View History

2025-06-10 01:23:43 +03:00
{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "lzn-auto-require";
setup = ".enable";
configLocation = lib.mkAfter "extraConfigLuaPost"; # Register after everything to catch mistates
maintainers = [ lib.maintainers.axka ];
}