dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 079d0cef6fceab111a9975a1556b90bc388cd3d0
parent 3b3f5c0a6a6d8073fd549d711ce3cc69f6d5011b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Thu, 13 Jun 2019 20:32:35 +0200

vim: enable true color

Former-commit-id: e95a0efd51e2a9db9d2826fbaf6d95e76b94bd87
Diffstat:
Mvim/general.vimrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/vim/general.vimrc b/vim/general.vimrc @@ -58,6 +58,11 @@ let g:netrw_preview=1 " preview window shown in a vert " Send more characters at a given time set ttyfast +" Use true color +if has('termguicolors') + set termguicolors +endif + " Show partial command on last line set showcmd