From f034650977e1900c14b2dd9a6fd37938ea82c7a3 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 16 Nov 2021 19:28:28 +0900 Subject: vim: replace csapprox plugin with my fork version --- .vimrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index d23f472..5c259ab 100644 --- a/.vimrc +++ b/.vimrc @@ -415,10 +415,6 @@ Plug 'rhysd/vim-clang-format' Plug 'cocopon/colorswatch.vim' " Write git commit message. Plug 'rhysd/committia.vim' -" Make gui-only color schemes 256colors-compatible. -if !exists('+termguicolors') || !&termguicolors - Plug 'godlygeek/csapprox' -endif " Fast Fuzzy Finder. Plug 'ctrlpvim/ctrlp.vim' " CtrlP's matcher by builtin `matchfuzzy()`. @@ -588,6 +584,11 @@ Plug g:MY_ENV.my_dir " Integration with ripgrep, fast alternative of grep command. Plug 'nsfisis/vim-ripgrep' +" Fork version of godlygeek/csapprox +" Make gui-only color schemes 256colors-compatible. +Plug 'nsfisis/csapprox' + + call plug#end() -- cgit v1.2.3-70-g09d2