colorscheme for basic vim
This commit is contained in:
parent
88d9023709
commit
331960a1b6
1
.vimrc
1
.vimrc
|
@ -1,4 +1,5 @@
|
||||||
" GENERAL CONFIGS ----------------------------------------------------------------------------------
|
" GENERAL CONFIGS ----------------------------------------------------------------------------------
|
||||||
|
colorscheme slate " use a less ugly colorscheme
|
||||||
syntax on " syntax highlighting
|
syntax on " syntax highlighting
|
||||||
set nocompatible " disable compatibility to old-time vi
|
set nocompatible " disable compatibility to old-time vi
|
||||||
set number
|
set number
|
||||||
|
|
Loading…
Reference in New Issue