Skip to content

Commit

Permalink
refactor: dereference defaults config tables (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Jan 10, 2024
1 parent a56c006 commit 2cd8e0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/fzf-lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ M.setup_fzfvim_cmds = function(...)
return fn(...)
end

-- export the defaults module and deref
M.defaults = require("fzf-lua.defaults").defaults

-- exported modules
M._exported_modules = {
"win",
Expand All @@ -299,7 +302,6 @@ M._exported_modules = {
"shell",
"config",
"actions",
"defaults",
"make_entry",
}

Expand Down

0 comments on commit 2cd8e0c

Please sign in to comment.