mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-18 01:41:20 +00:00
lzn-auto-require: switch to dev branch
This commit is contained in:
parent
89680232c6
commit
da454058fc
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue