File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ Bundle 'fisadev/dragvisuals.vim'
8282Bundle ' t9md/vim-choosewin'
8383" Python and other languages code checker
8484Bundle ' scrooloose/syntastic'
85+ " Paint css colors with the real color
86+ Bundle ' lilydjwg/colorizer'
8587" Relative numbering of lines (0 is the current line)
8688" (disabled by default because is very intrusive and can't be easily toggled
8789" on/off. When the plugin is present, will always activate the relative
Original file line number Diff line number Diff line change @@ -305,3 +305,7 @@ Changelog
305305 * Replaced git-gutter with vim-signify
306306 * Replaced pyflakes with syntastic
307307 * Code polishing (sections, comments)
308+
309+ * Version 7.1
310+
311+ * Added plugin to paint css color definitions with the actual color
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ Most important features include:
205205
206206* **Simple window chooser **: press ``- `` and you will see big green letters for each window. Just press the letter of the window you want to activate.
207207
208+ * **Paint css color ** values with the actual color.
209+
208210Super easy installation
209211-----------------------
210212
@@ -305,6 +307,7 @@ And thanks to all the developers of the plugins that I simply use here:
305307* `Python imports sorter <https://github.com/fisadev/vim-isort >`_
306308* `Visual blocks dragger <https://github.com/fisadev/dragvisuals.vim >`_
307309* `Window chooser <https://github.com/t9md/vim-choosewin >`_
310+ * `Css colors painter <https://github.com/lilydjwg/colorizer >`_
308311
309312Optional: fancy symbols and breadcrumbs in the status line
310313----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments