mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 19:54:43 +02:00
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:
parent
d99bc6ebad
commit
8012fbd998
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "lz-n";
|
name = "lz-n";
|
||||||
originalName = "lz.n";
|
originalName = "lz.n";
|
||||||
maintainers = [ maintainers.psfloyd ];
|
maintainers = [ maintainers.psfloyd ];
|
||||||
|
# NOTE: We want to load lz.n as early as possible so that triggers are respected
|
||||||
|
configLocation = "extraConfigLuaPre";
|
||||||
|
|
||||||
settingsDescription = ''
|
settingsDescription = ''
|
||||||
Options provided to `vim.g.lz_n`.
|
Options provided to `vim.g.lz_n`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue