mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-22 11:45:28 +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";
|
||||
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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue