From 6f5b95d30519e42612c908f0bb91a883c7c0bd14 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 3 Jun 2021 10:13:54 -0700 Subject: [PATCH] Tweaks --- options.vim | 1 + plugins.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/options.vim b/options.vim index 503faac..cfa8f98 100644 --- a/options.vim +++ b/options.vim @@ -43,6 +43,7 @@ set ruler set scrolloff=5 set shiftround set shiftwidth=4 +set shortmess+=I set showcmd set sidescroll=1 set smartcase diff --git a/plugins.vim b/plugins.vim index 787382f..d5b9d5f 100644 --- a/plugins.vim +++ b/plugins.vim @@ -1,6 +1,7 @@ " coc.nvim highlight CocErrorSign ctermfg=Red guifg=#dc322f highlight CocWarningSign ctermfg=Yellow guifg=#b58900 +highlight CocInfoHighlight ctermfg=Blue guifg=#268bd2 " fzf let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'