Skip to content

Instantly share code, notes, and snippets.

@hanetzer
Created December 25, 2019 06:53
Show Gist options
  • Save hanetzer/78459fec884704f516a40e16c1a1711d to your computer and use it in GitHub Desktop.
Save hanetzer/78459fec884704f516a40e16c1a1711d to your computer and use it in GitHub Desktop.
$ cat plugin/settings/appearance.vim ;
$ cat plugin/settings/appearance.vim
set relativenumber
set number
set ruler
set colorcolumn=81
set background=dark
highlight ColorColumn ctermbg=Black ctermfg=DarkRed
" not technically appearance but eh.
set mouse=
if &diff
colorscheme vimdiff
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment