diff options
| author | Pasquale <[email protected]> | 2021-07-05 18:01:38 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-05 12:01:38 -0400 | 
| commit | 246afe05d06fa3d61f46aa40139195c95e7c3da7 (patch) | |
| tree | 99ca81434c7e5da47b261612c580e4cdfef2931e | |
| parent | c7ff6f2b6f9eb78fe5f9d794c820026a6d2f4e1d (diff) | |
add SignColumn to transparent window option (#701)
| -rw-r--r-- | lua/settings.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lua/settings.lua b/lua/settings.lua index 43c1bf77..371cdb08 100644 --- a/lua/settings.lua +++ b/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 --- | 
