diff options
| author | jdhao <jdhao@hotmail.com> | 2020-03-30 23:32:11 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-03-30 23:32:11 +0800 |
| commit | 1b97735bf2bff38d9b052ca645bd389d82976a57 (patch) | |
| tree | 457f9461a40bb60c5c9ddd360f852fc1a83e6a79 /ui.vim | |
| parent | 823e09f5b6bd0736299d5d66ee0e736cf77d7b29 (diff) | |
chore: remove short url and replace with true url
Diffstat (limited to 'ui.vim')
| -rw-r--r-- | ui.vim | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,8 +1,9 @@ "{ UI-related settings "{{ General settings about colors -" Enable true colors support. Do not use this option if your terminal does not +" Enable true colors support. Do not set this option if your terminal does not " support true colors! For a comprehensive list of terminals supporting true -" colors, see https://github.com/termstandard/colors and https://bit.ly/2InF97t. +" colors, see https://github.com/termstandard/colors and +" https://gist.github.com/XVilka/8346728. if $TERM == "xterm-256color" || exists('g:started_by_firenvim') set termguicolors endif @@ -16,7 +17,7 @@ set background=dark " error message when starting Nvim if utils#HasColorscheme('gruvbox8') " Italic options should be put before colorscheme setting, - " see https://goo.gl/8nXhcp + " see https://github.com/morhetz/gruvbox/wiki/Terminal-specific#1-italics-is-disabled let g:gruvbox_italics=1 let g:gruvbox_italicize_strings=1 let g:gruvbox_filetype_hi_groups = 0 |
