vim: use rounded border for git-messenger popup
This commit is contained in:
parent
429c2f9b0a
commit
b409888717
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue