diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-02 00:00:43 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-02 00:00:43 +0100 |
| commit | e6de2fbdf210bf110dfe43d8f8a6cf89bcf07fcb (patch) | |
| tree | a137f366ca8ad06efd7f0c581da1bd62594c3f46 | |
| parent | ac364e45f2e84a531bd578db2941b6e50fdcd687 (diff) | |
Add css color plugin to show the css colors in vim
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |
