Show CSS colors in vim

This commit is contained in:
don philipe
2023-05-24 15:53:12 +02:00
parent 6109912a59
commit e3a50cc901

3
.vimrc
View File

@@ -83,6 +83,9 @@ Plug 'vim-latex/vim-latex'
" tag names should be changed either in insert mode or via 'cw' " tag names should be changed either in insert mode or via 'cw'
Plug 'AndrewRadev/tagalong.vim' Plug 'AndrewRadev/tagalong.vim'
" vim-css-color
Plug 'ap/vim-css-color'
call plug#end() call plug#end()