Fixed the potential ugly prompt which is poor UX (#1091)

Toggleterm's winblend option leads to ugly prompt for some users

https://github.com/akinsho/nvim-toggleterm.lua/issues/70
This commit is contained in:
Huynh Viet 2021-07-25 23:37:24 +07:00 committed by GitHub
parent 9944eb8776
commit 823945cdad
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ M.config = function()
border = "curved",
-- width = <value>,
-- height = <value>,
winblend = 3,
winblend = 0,
highlights = {
border = "Normal",
background = "Normal",