Explorar el Código

add SignColumn to transparent window option (#701)

Pasquale hace 4 años
padre
commit
246afe05d0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 ---