diff options
author | Starfall <us@starfall.systems> | 2022-09-07 18:24:14 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2022-09-07 18:25:55 -0500 |
commit | b2f0e929cffcc349f855fdbf37aefd78e3eeac29 (patch) | |
tree | 60660d3e0af4400a558c0b9ab21d7a055811eb05 /.vim/vimrc | |
parent | 31c7f11bd66b7b7f5054af10a7b45de625cfba1c (diff) |
vim: add gruvbox colorscheme
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/vimrc b/.vim/vimrc index c42d0c1..dba5e65 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -1,4 +1,5 @@ -colorscheme desert +colorscheme gruvbox +set background=dark let mapleader=" " set visualbell |