From 01480f6a3e7b7a9127e70b0e98aabc1a393284bf Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 4 May 2020 10:55:39 +0200 Subject: [PATCH] Remove the adding of blank line, added display pblms with venvs --- dotfiles/vim/vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index de458ad..f4b7231 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -191,8 +191,6 @@ augroup configgroup " reset cursor on start: autocmd VimEnter * silent !echo -en "\e[2 q" - " echo a blank line to avoid cluttering up the statusline - autocmd VimEnter * silent !echo autocmd VimEnter * highlight clear SignColumn