diff --git a/README.md b/README.md index 2b63262..c3b89c0 100644 --- a/README.md +++ b/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 diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim new file mode 100644 index 0000000..d6ab73f --- /dev/null +++ b/after/syntax/yaml.vim @@ -0,0 +1 @@ +syn include syntax/css/vim-coloresque.vim