lzn-auto-require: switch to dev branch

This commit is contained in:
Pei Yang Ching 2024-09-30 19:20:14 +02:00
commit da454058fc
3 changed files with 6 additions and 5 deletions

View file

@ -87,7 +87,7 @@ in {
extraPluginConfigs = entryAfter ["pluginConfigs"] extraPluginConfigs;
mappings = entryAfter ["extraPluginConfigs"] keymaps;
# FIXME: put this somewhere less stupid
footer = entryAfter ["mappings"] (optionalString config.vim.lazy.enable "require('lzn-auto-require.loader').register_loader()");
footer = entryAfter ["mappings"] (optionalString config.vim.lazy.enable "require('lzn-auto-require').enable()");
};
builtLuaConfigRC = let