Changed coc-highlight to colorizer
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
6b4112c5c9
commit
169bfe7719
2 changed files with 25 additions and 23 deletions
|
@ -11,7 +11,6 @@ let g:coc_global_extensions = [
|
|||
\ 'coc-tsserver',
|
||||
\ 'coc-json',
|
||||
\ 'coc-yaml',
|
||||
\ 'coc-highlight',
|
||||
\ 'coc-vimtex',
|
||||
\ 'coc-prettier',
|
||||
\ 'coc-python',
|
||||
|
@ -24,6 +23,9 @@ call plug#begin()
|
|||
" Make editing passwords safer
|
||||
Plug 'https://git.zx2c4.com/password-store', { 'rtp': 'contrib/vim/redact_pass.vim' }
|
||||
|
||||
" Colorize color words
|
||||
Plug 'norcalli/nvim-colorizer.lua'
|
||||
|
||||
" Spelling
|
||||
Plug 'vim-scripts/Vimchant'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue