Browse Source

add SignColumn to transparent window option (#701)

Pasquale 4 năm trước cách đây
mục cha
commit
246afe05d0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 ---