dotfiles/vim/.vim/plugin/fix_highlights.vim
Akemi Izuko de244f9ea7
Init again
The dotfiles are back
2023-12-23 20:13:47 -07:00

6 lines
193 B
VimL

" Fix highlights when switching color schemes
function! FixHighlights()
hi! link IPythonCell Todo
call Base16hi("Comment", g:base16_gui09, "", g:base16_cterm09, "", "", "")
endfunction