We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2cbb8 commit 06b9f23Copy full SHA for 06b9f23
1 file changed
lua/fzf-lua/core.lua
@@ -764,6 +764,7 @@ end
764
765
M.set_header = function(opts)
766
opts = opts or {}
767
+ opts._headers = opts._headers == nil and { "actions" } or opts._headers
768
if opts.header ~= nil
769
or opts.headers == false
770
or type(opts._headers) ~= "table"
0 commit comments