From 1b97735bf2bff38d9b052ca645bd389d82976a57 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 30 Mar 2020 23:32:11 +0800 Subject: chore: remove short url and replace with true url --- ui.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ui.vim') diff --git a/ui.vim b/ui.vim index c85be4b..d57bcd7 100644 --- a/ui.vim +++ b/ui.vim @@ -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 -- cgit v1.2.3