vim: use rounded border for git-messenger popup

This commit is contained in:
Fernando Schauenburg 2024-02-14 03:14:51 +01:00
parent 429c2f9b0a
commit b409888717

View file

@ -14,7 +14,7 @@ M.init = function()
vim.g.git_messenger_always_into_popup = true
-- Add a border to the floating window, otherwise it's confusing.
vim.g.git_messenger_floating_win_opts = { border = 'single' }
vim.g.git_messenger_floating_win_opts = { border = 'rounded' }
-- Make the UI a bit more compact by removing margins.
vim.g.git_messenger_popup_content_margins = false