From 823945cdad5c6cb9ad5ff8d135dd371534580cb4 Mon Sep 17 00:00:00 2001 From: Huynh Viet <71810726+qvieth@users.noreply.github.com> Date: Sun, 25 Jul 2021 23:37:24 +0700 Subject: 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 --- lua/core/terminal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/core/terminal.lua') diff --git a/lua/core/terminal.lua b/lua/core/terminal.lua index b7c58c0d..81287c94 100644 --- a/lua/core/terminal.lua +++ b/lua/core/terminal.lua @@ -26,7 +26,7 @@ M.config = function() border = "curved", -- width = , -- height = , - winblend = 3, + winblend = 0, highlights = { border = "Normal", background = "Normal", -- cgit v1.2.3