LiveStyle for Vim
Requirements
- Google Chrome on Windows, Linux, MacOSX
Install
- Build server Install golang and build.
$ cd /path/to/livestyle-vim/livestyled
$ go get -d
$ go build livestyled.go
- Install Chrome Extension
Install from here
Usage
-
Open local file with chrome.
-
Start LiveStyle server
:LiveStyle
- 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