From 52e88b5c78298d131e29ba18460113ae4b1d2887 Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Wed, 16 Oct 2024 06:55:30 +0000 Subject: [PATCH] Update vim/dot-vimrc --- vim/dot-vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/dot-vimrc b/vim/dot-vimrc index 49563d4..56b68b0 100644 --- a/vim/dot-vimrc +++ b/vim/dot-vimrc @@ -1,3 +1,5 @@ +" https://git.mziesel.nl/mans/dotfiles/src/branch/main/vim/dot-vimrc + " Do use vim defaults: Syntax hilighting and more unlet! skip_defaults_vim source $VIMRUNTIME/defaults.vim @@ -16,3 +18,4 @@ set noerrorbells " Disable beep on errors. set mouse=a " Enable mouse for scrolling and resizing. set background=dark " Use colors that suit a dark background. (I use black terminal background) set history=1000 " Increase the undo limit. +colorscheme slate " Set theme \ No newline at end of file