zsh and nvim
This commit is contained in:
16
.config/nvim/plugconfig/vim-hexokinase.vim
Normal file
16
.config/nvim/plugconfig/vim-hexokinase.vim
Normal file
@ -0,0 +1,16 @@
|
||||
let g:Hexokinase_refreshEvents = ['InsertLeave']
|
||||
|
||||
let g:Hexokinase_optInPatterns = [
|
||||
\ 'full_hex',
|
||||
\ 'triple_hex',
|
||||
\ 'rgb',
|
||||
\ 'rgba',
|
||||
\ 'hsl',
|
||||
\ 'hsla',
|
||||
\ 'colour_names'
|
||||
\ ]
|
||||
|
||||
let g:Hexokinase_highlighters = ['backgroundfull']
|
||||
|
||||
" Reenable hexokinase on enter
|
||||
autocmd VimEnter * HexokinaseTurnOn
|
||||
Reference in New Issue
Block a user