plugins/lzn-auto-require: init

This commit is contained in:
Axel Karjalainen 2025-06-10 01:23:43 +03:00
parent 95573411bc
commit 06be37fc0b
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ 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 ];
}