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