Skip to content

Commit

Permalink
feat: inject default-title style
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Apr 12, 2024
1 parent ee879a9 commit 8197f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/fzf-lua-overlay/overlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ local overlay = setmetatable({
ret = k:match 'lsp' and lsp_opt_fn(k) or { name = k, opts = {} }
end
t[k] = ret
ret.opts.prompt = false
ret.opts.winopts = { title = ' ' .. k .. ' ', title_pos = 'center' }
return ret
end,
})
Expand Down

0 comments on commit 8197f62

Please sign in to comment.