All Projects → mattn → Livestyle Vim

mattn / Livestyle Vim

Emmet LiveStyle for Vim

LiveStyle for Vim

Requirements

  • Google Chrome on Windows, Linux, MacOSX

Install

  1. Build server Install golang and build.

http://golang.org/doc/install

$ cd /path/to/livestyle-vim/livestyled
$ go get -d
$ go build livestyled.go
  1. Install Chrome Extension

Install from here

Usage

  1. Open local file with chrome.

  2. Start LiveStyle server

:LiveStyle
  1. Open the file
:e /path/to/style.css

Notice

If you don't get update of content even though modify css on vim, probably socket connection is not recognized by your http browser. Type <F12> to open developer tools, and click LiveStyle tab, check that you can see Vim icon, and path is selected in the combo-box.

TODO

  • Strict properties replacement
  • Strict properties addition

Project Authors

Yasuhiro Matsumoto

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].