mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-25 11:49: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,5 +1,4 @@
|
|||
{
|
||||
helpers,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -52,7 +51,7 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
'';
|
||||
|
||||
settingsOptions = {
|
||||
buf_filter = helpers.defaultNullOpts.mkLuaFn null ''
|
||||
buf_filter = lib.nixvim.defaultNullOpts.mkLuaFn null ''
|
||||
Function that determines buffers that bufdelete.nvim can switch to,
|
||||
instead of the default behavior of switching to any buffer.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue