ソースを参照

add SignColumn to transparent window option (#701)

Pasquale 4 年 前
コミット
246afe05d0
1 ファイル変更1 行追加0 行削除
  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 ---