mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
adding color preview in vim
This commit is contained in:
parent
4e991dd6a0
commit
a3e512e489
@ -88,6 +88,7 @@ Plug 'uiiaoo/java-syntax.vim' , { 'for': 'java'} " Better syntax highlight for j
|
|||||||
Plug 'frazrepo/vim-rainbow' " Colorized matching brackets
|
Plug 'frazrepo/vim-rainbow' " Colorized matching brackets
|
||||||
Plug 'junegunn/fzf.vim' " Quickly jump files using fzf
|
Plug 'junegunn/fzf.vim' " Quickly jump files using fzf
|
||||||
Plug 'ryanoasis/vim-devicons' " Enable Icons for vim
|
Plug 'ryanoasis/vim-devicons' " Enable Icons for vim
|
||||||
|
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' } " Color Preview
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Rainbow
|
" Rainbow
|
||||||
@ -117,3 +118,18 @@ let g:neotex_enabled = 2
|
|||||||
" CoVim
|
" CoVim
|
||||||
let CoVim_default_name = "TiynGER"
|
let CoVim_default_name = "TiynGER"
|
||||||
let CoVim_default_port = "7000"
|
let CoVim_default_port = "7000"
|
||||||
|
|
||||||
|
" Hexokinase
|
||||||
|
let g:Hexokinase_refreshEvents = ['InsertLeave']
|
||||||
|
let g:Hexokinase_optInPatterns = [
|
||||||
|
\ 'full_hex',
|
||||||
|
\ 'triple_hex',
|
||||||
|
\ 'rgb',
|
||||||
|
\ 'rgba',
|
||||||
|
\ 'hsl',
|
||||||
|
\ 'hsla',
|
||||||
|
\ 'color_names'
|
||||||
|
\]
|
||||||
|
|
||||||
|
let g:Hexokinase_highlighters = ['backgroundfull']
|
||||||
|
autocmd VimEnter * HexokinaseTurnOn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user