Added colorizer plugin for vim
This commit is contained in:
@@ -103,6 +103,9 @@ map <C-n> :NERDTreeToggle<CR>
|
||||
"vim-jedi auto-select first, saves a keystroke
|
||||
let g:jedi#popup_select_first = 0
|
||||
|
||||
"colorizer plugin
|
||||
let g:colorizer_auto_color = 1
|
||||
|
||||
call plug#begin('~/.vim/plugged') " vim-plug
|
||||
|
||||
Plug 'tpope/vim-fugitive'
|
||||
@@ -117,6 +120,7 @@ Plug 'wellle/targets.vim'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'chrisbra/Colorizer'
|
||||
" Colors
|
||||
Plug 'arzg/vim-substrata'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user