plugins/lz-n: move to extraConfigLuaPre

Code that can trigger lazy loading might be inserted before the trigger
is defined.
This commit is contained in:
Austin Horstman 2024-12-12 15:00:23 -06:00
parent d99bc6ebad
commit 8012fbd998
No known key found for this signature in database

View file

@ -11,6 +11,8 @@ nixvim.neovim-plugin.mkNeovimPlugin {
name = "lz-n";
originalName = "lz.n";
maintainers = [ maintainers.psfloyd ];
# NOTE: We want to load lz.n as early as possible so that triggers are respected
configLocation = "extraConfigLuaPre";
settingsDescription = ''
Options provided to `vim.g.lz_n`.