Skip to content

Commit

Permalink
vim: remove disable of markdown code highlight
Browse files Browse the repository at this point in the history
Issue fixed upstream
  • Loading branch information
elanglois-sai committed Nov 2, 2023
1 parent 4492fd3 commit 7286363
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config/vim/vimrc.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7286363

Please sign in to comment.