mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-22 02:09:40 +01:00
treewide: remove internal use of helpers module arg
This commit is contained in:
parent
7add68e918
commit
dad19c1238
68 changed files with 687 additions and 758 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
|
@ -145,7 +144,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
autoCmd =
|
||||
(lib.optional autoOpenEnabled {
|
||||
event = "VimEnter";
|
||||
callback = helpers.mkRaw "open_nvim_tree";
|
||||
callback = lib.nixvim.mkRaw "open_nvim_tree";
|
||||
})
|
||||
++ (lib.optional cfg.autoClose {
|
||||
event = "BufEnter";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue