Skip to content

Commit

Permalink
Merge branch 'master' into pr/23
Browse files Browse the repository at this point in the history
  • Loading branch information
gko committed May 3, 2020
2 parents 1557c7e + caaa8a1 commit 4981717
Show file tree
Hide file tree
Showing 5 changed files with 543 additions and 553 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,30 @@
Coloresque
==========

***

**Important!** If you experience any lags in css/html/less/sass files please update to latest version(0.9.5) of plugin.

The issue [#13](https://github.com/gorodinskiy/vim-coloresque/issues/13) from 26.09.2013. Sorry for the inconvenience.

***
# Coloresque

![pic](https://raw.github.com/gorodinskiy/vim-coloresque/master/screen.png)

color preview for vim.

###Overview
### Overview

This is merge of [ap vim-css-color](https://github.com/ap/vim-css-color) and [colorizer](https://github.com/lilydjwg/colorizer).
The main goal was to fix cursorline [bug](https://github.com/skammer/vim-css-color/issues/12) and keep named colors(i.e. white, black, aqua). I ended up mixing both plugins plus wrote some stuff, so I decided to leave it as a separate plugin.

###Installation
### Installation

Via [Vundle](https://github.com/gmarik/vundle):

```
Bundle 'https://github.com/gko/vim-coloresque.git'
```


Via [vundle](https://github.com/gmarik/vundle):
Via [Plug](https://github.com/junegunn/vim-plug):

```
Bundle 'https://github.com/gorodinskiy/vim-coloresque.git'
Plug 'gko/vim-coloresque'
```

###Features
### Features

You can still use hsl(a)

Expand Down
Loading

0 comments on commit 4981717

Please sign in to comment.