summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-03 10:35:19 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-03 10:35:19 +0100
commit9d0596b8481fa724f70917393809ce793f1d3fcf (patch)
tree2d5608823f8680dbf781e7d2fc73018dad30e56e /vim/vimrc
parent29974f54d17d5b48c1395d4caaf561476cb9541c (diff)
changes
Diffstat (limited to '')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 47403df..f985e7a 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,4 +1,4 @@
-" from https://jamesdixon.dev/posts/a-minimal-vimrc/
+"Fark all from https://jamesdixon.dev/posts/a-minimal-vimrc/
set nocompatible
if filereadable(expand('$VIMRUNTIME/defaults.vim'))
@@ -445,7 +445,7 @@ let g:gruvbox_number_column='bg0'
let g:gruvbox_invert_signs='0'
let g:gruvbox_improved_strings='0'
set background=dark
-colorscheme desert
+colorscheme industry
" manual highlights
" highlight Visual ctermfg=black ctermbg=LightMagenta