This commit is contained in:
ManjaroOne666 2019-04-28 22:02:34 +01:00
parent 0e5735be9b
commit 794f3567d1
1 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@
Plug 'RRethy/vim-hexokinase' Plug 'RRethy/vim-hexokinase'
let g:Hexokinase_highlighters = ['virtual'] let g:Hexokinase_highlighters = ['virtual']
let g:Hexokinase_virtualText = '██████' let g:Hexokinase_virtualText = '██████'
nnoremap <silent> <space>cc :HexokinaseToggle<CR> nnoremap <silent> <cr>cc :HexokinaseToggle<CR>
nnoremap <silent> <space>cr :HexokinaseRefresh<CR> nnoremap <silent> <cr>cr :HexokinaseRefresh<CR>
"}}} "}}}
@ -153,7 +153,8 @@ let g:mta_filetypes = {
" https://github.com/luochen1990/rainbow/blob/master/README.md " https://github.com/luochen1990/rainbow/blob/master/README.md
Plug 'luochen1990/rainbow' Plug 'luochen1990/rainbow'
let g:rainbow_active = 0 let g:rainbow_active = 0
nnoremap <silent><space>rt :RainbowToggle<cr> nnoremap <cr>9 :RainbowToggle<cr>
nnoremap <cr>( :RainbowToggle<cr>
"}}} "}}}
" #switch {{{ " #switch {{{
"https://github.com/AndrewRadev/switch.vim "https://github.com/AndrewRadev/switch.vim