mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/lzn-auto-require: init
This commit is contained in:
parent
95573411bc
commit
06be37fc0b
2 changed files with 37 additions and 0 deletions
9
plugins/by-name/lzn-auto-require/default.nix
Normal file
9
plugins/by-name/lzn-auto-require/default.nix
Normal 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 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue