Explorar o código

remove tilde from EndOfBuffer in transparent mode (#885)

the tildes are not transparent and are shown for example in nvimtree.
you cant make them transparent, but we can remove them.
no trailing whitespaces are generated.
user0210 %!s(int64=4) %!d(string=hai) anos
pai
achega
c3b784024a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/settings.lua

+ 1 - 0
lua/settings.lua

@@ -17,6 +17,7 @@ end
 if O.transparent_window then
   cmd "au ColorScheme * hi Normal ctermbg=none guibg=none"
   cmd "au ColorScheme * hi SignColumn ctermbg=none guibg=none"
+  cmd "let &fcs='eob: '"
 end
 
 ---  SETTINGS  ---