From 4a8d01c1856126ddfb08051946f19a9035d33d94 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sun, 6 May 2018 22:38:21 +0100 Subject: [PATCH] set fillchars --- vimrc.d/settings.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc.d/settings.vim b/vimrc.d/settings.vim index 2828fec..2a7e951 100644 --- a/vimrc.d/settings.vim +++ b/vimrc.d/settings.vim @@ -5,7 +5,8 @@ if &term == 'xterm-256color' endif syntax on -let g:monotonous_light=1 +set background=dark +set fillchars=stl:\ ,stlnc:\ ,vert:\| colorscheme monotonous set guioptions-=mTrLb