mirror of
https://github.com/gko/vim-coloresque.git
synced 2026-02-06 01:47:57 +08:00
11
README.md
11
README.md
@@ -11,10 +11,17 @@ The main goal was to fix cursorline [bug](https://github.com/skammer/vim-css-col
|
||||
|
||||
### 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'
|
||||
```
|
||||
|
||||
|
||||
Via [Plug](https://github.com/junegunn/vim-plug):
|
||||
|
||||
```
|
||||
Plug 'gko/vim-coloresque'
|
||||
```
|
||||
|
||||
### Features
|
||||
|
||||
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