mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 05:45:58 +01:00
fixup! lazy: init module
This commit is contained in:
parent
b7a34ad52b
commit
3b7a11cb42
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
description = ''
|
||||
Lua code to run after plugin is loaded. This will be wrapped in a function.
|
||||
|
||||
If {opt}`vim.plugins.*.setupModule` is provided, the setup will be ran before `after`.
|
||||
If [](#opt-vim.lazy.plugins._.setupModule) is provided, the setup will be ran before `after`.
|
||||
'';
|
||||
default = null;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue