Kaynağa Gözat

add SignColumn to transparent window option (#701)

Pasquale 4 yıl önce
ebeveyn
işleme
246afe05d0
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      lua/settings.lua

+ 1 - 0
lua/settings.lua

@@ -12,6 +12,7 @@ cmd "set iskeyword+=-"
 cmd "set whichwrap+=<,>,[,],h,l"
 if O.transparent_window then
   cmd "au ColorScheme * hi Normal ctermbg=none guibg=none"
+  cmd "au ColorScheme * hi SignColumn ctermbg=none guibg=none"
 end
 
 --- COLORSCHEME ---