Skip to content

Commit cd6d443

Browse files
committed
Merge branch 'develop'
2 parents fe1e9cd + 1724f97 commit cd6d443

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Bundle 'fisadev/dragvisuals.vim'
8282
Bundle 't9md/vim-choosewin'
8383
" Python and other languages code checker
8484
Bundle '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

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
208210
Super 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

309312
Optional: fancy symbols and breadcrumbs in the status line
310313
----------------------------------------------------------

0 commit comments

Comments
 (0)