From 72863633e583bfa24960d8d6a21a9492ad7dc945 Mon Sep 17 00:00:00 2001 From: Eric Langlois Date: Thu, 2 Nov 2023 12:19:31 -0700 Subject: [PATCH] vim: remove disable of markdown code highlight Issue fixed upstream --- src/config/vim/vimrc.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/vim/vimrc.m4 b/src/config/vim/vimrc.m4 index 2b26897..59b7204 100644 --- a/src/config/vim/vimrc.m4 +++ b/src/config/vim/vimrc.m4 @@ -255,9 +255,6 @@ colorscheme gruvbox hi Normal ctermbg=black guibg=black ctermfg=white guifg=snow2 hi Comment ctermfg=lightblue guifg=SkyBlue hi SpecialComment ctermfg=magenta guifg=Plum -" HACK: Gruvbox sets this highlight but there are false positives so unset it. -" See https://github.com/tpope/vim-markdown/issues/164 -hi clear markdownCodeBlock set colorcolumn=+1 " Highlight the column after textwidth