From e6de2fbdf210bf110dfe43d8f8a6cf89bcf07fcb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 2 Mar 2026 00:00:43 +0100 Subject: Add css color plugin to show the css colors in vim --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 866eb7d..3dbf3a8 100644 --- a/.vimrc +++ b/.vimrc @@ -28,6 +28,7 @@ Plug 'hashivim/vim-terraform' Plug 'juliosueiras/vim-terraform-completion' Plug 'https://bitbucket.org/sw-samuraj/vim-gradle' Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } +Plug 'ap/vim-css-color' " Snippets " Plug 'SirVer/ultisnips' -- cgit v1.2.3