mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-14 16:37:09 +08:00
Merge branch 'master' into pr/23
This commit is contained in:
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@@ -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
README.md
28
README.md
@@ -1,32 +1,30 @@
|
|||||||
Coloresque
|
# 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.
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
color preview for vim.
|
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).
|
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.
|
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):
|
Via [Vundle](https://github.com/gmarik/vundle):
|
||||||
|
|
||||||
```
|
```
|
||||||
Bundle 'https://github.com/gorodinskiy/vim-coloresque.git'
|
Bundle 'https://github.com/gko/vim-coloresque.git'
|
||||||
```
|
```
|
||||||
|
|
||||||
###Features
|
|
||||||
|
Via [Plug](https://github.com/junegunn/vim-plug):
|
||||||
|
|
||||||
|
```
|
||||||
|
Plug 'gko/vim-coloresque'
|
||||||
|
```
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
You can still use hsl(a)
|
You can still use hsl(a)
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
1
after/syntax/r.vim
Normal file
1
after/syntax/r.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn include syntax/css/vim-coloresque.vim
|
||||||
1
after/syntax/yaml.vim
Normal file
1
after/syntax/yaml.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn include syntax/css/vim-coloresque.vim
|
||||||
Reference in New Issue
Block a user