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