Added colorizer plugin for vim

This commit is contained in:
jon
2020-09-17 16:40:31 -05:00
parent 10c83dde95
commit 92b69591d0

View File

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