colorscheme for basic vim

This commit is contained in:
Christoph J. Scherr 2024-03-27 15:04:38 +01:00
parent 88d9023709
commit 331960a1b6
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -1,4 +1,5 @@
" GENERAL CONFIGS ----------------------------------------------------------------------------------
colorscheme slate " use a less ugly colorscheme
syntax on " syntax highlighting
set nocompatible " disable compatibility to old-time vi
set number