add colorizer plugin
This commit is contained in:
parent
fb0667c649
commit
920cd98c5b
|
@ -6,12 +6,10 @@ endif
|
|||
call plug#begin('~/.config/nvim/bundle')
|
||||
|
||||
" #vim-hexokinase {{{
|
||||
" https://github.com/RRethy/vim-hexokinase
|
||||
" Plug 'RRethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||
" let g:Hexokinase_highlighters = ['virtual']
|
||||
" let g:Hexokinase_virtualText = '██████'
|
||||
" nnoremap <silent> <cr>cc :HexokinaseToggle<CR>
|
||||
" nnoremap <silent> <cr>cr :HexokinaseRefresh<CR>
|
||||
" https://github.com/chrisbra/Colorizer
|
||||
Plug 'chrisbra/Colorizer'
|
||||
" let g:colorizer_use_virtual_text = 1
|
||||
nnoremap <silent> <cr>cc :ColorToggle<CR>
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue