소스 검색

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
Huynh Viet 4 년 전
부모
커밋
823945cdad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lua/core/terminal.lua

+ 1 - 1
lua/core/terminal.lua

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