Created
December 25, 2019 06:53
-
-
Save hanetzer/78459fec884704f516a40e16c1a1711d to your computer and use it in GitHub Desktop.
$ cat plugin/settings/appearance.vim ;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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